Changeset 51119
- Timestamp:
- 06/08/2021 10:53:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r51117 r51119 1672 1672 if ( $response ) { 1673 1673 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." ); 1675 1675 } elseif ( $response['insecure'] ) { 1676 1676 $msg = sprintf(
Note: See TracChangeset
for help on using the changeset viewer.