Make WordPress Core

Changeset 51119


Ignore:
Timestamp:
06/08/2021 10:53:10 PM (3 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r51117 r51119  
    16721672    if ( $response ) {
    16731673        if ( $is_IE ) {
    1674             $msg = __( "For the best WordPress experience, please use Microsoft Edge or another modern browser instead of Internet Explorer." );
     1674            $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." );
    16751675        } elseif ( $response['insecure'] ) {
    16761676            $msg = sprintf(
Note: See TracChangeset for help on using the changeset viewer.