Administration: Adjust Internet Explorer message to be a bit more clear.

This moves “Internet Explorer” to the beginning of the sentence introduced in [51117] to make the reason the user is seeing this message more clear.

Props chanthaboune, jeffpaul, desrosj.
Fixes #48743.
Built from https://develop.svn.wordpress.org/trunk@51119


git-svn-id: http://core.svn.wordpress.org/trunk@50728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-06-08 22:54:57 +00:00
parent b672d77e87
commit 892e5dd68e
2 changed files with 2 additions and 2 deletions

View File

@ -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. */

View File

@ -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.