diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index fc54e46619..7a268aba83 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -1620,11 +1620,10 @@ function wp_dashboard_php_nag() { $information_url = _x( 'https://wordpress.org/support/upgrade-php/', 'localized PHP upgrade information page' ); - $msg = __( 'Hi, it’s your friends at WordPress here.' ); if ( ! $response['is_secure'] ) { - $msg .= ' ' . __( 'We noticed that your site is running on an insecure version of PHP, which is why we’re showing you this notice.' ); + $msg = __( 'WordPress has detected that your site is running on an insecure version of PHP, which is why we’re showing you this notice.' ); } else { - $msg .= ' ' . __( 'We noticed that your site is running on an outdated version of PHP, which is why we’re showing you this notice.' ); + $msg = __( 'WordPress has detected that your site is running on an outdated version of PHP, which is why we’re showing you this notice.' ); } ?> @@ -1634,15 +1633,13 @@ function wp_dashboard_php_nag() {
- + - - - +