diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 950c4aadce..dc5b12f5fb 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1671,7 +1671,7 @@ function wp_dashboard_browser_nag() { if ( $response ) { if ( $is_IE ) { - $msg = __( "For the best WordPress experience, please use Microsoft Edge or another modern browser instead of Internet Explorer." ); + $msg = __( "Internet Explorer does not give you the best WordPress experience. Switch to Microsoft Edge, or another more modern browser to get the most from your site." ); } elseif ( $response['insecure'] ) { $msg = sprintf( /* translators: %s: Browser name and link. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index d3b8ebf284..8c65d7f848 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51118'; +$wp_version = '5.8-alpha-51119'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.