mirror of
git://develop.git.wordpress.org/
synced 2025-04-04 12:12:41 +02:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@51119 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
346e47b176
commit
37d7346ea2
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user