Changeset 51120
- Timestamp:
- 06/08/2021 10:54:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r51119 r51120 1672 1672 if ( $response ) { 1673 1673 if ( $is_IE ) { 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.");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( … … 1691 1691 $img_src = ( is_ssl() && ! empty( $response['img_src_ssl'] ) ) ? $response['img_src_ssl'] : $response['img_src']; 1692 1692 1693 $notice .= '<div class="alignright browser-icon"><img src="' . esc_attr( $img_src ) . '" alt="" /></div>';1693 $notice .= '<div class="alignright browser-icon"><img src="' . esc_attr( $img_src ) . '" alt="" /></div>'; 1694 1694 $browser_nag_class = ' has-browser-icon'; 1695 1695 }
Note: See TracChangeset
for help on using the changeset viewer.