From 62ef2d671905c964eea8decc32d040bf38196252 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 Mar 2020 12:22:07 +0000 Subject: [PATCH] Site Health: Fix typo in Site Health Status dashboard widget. Follow-up to [47063], [47413]. Props Clorith, dlh. See #49562. Built from https://develop.svn.wordpress.org/trunk@47415 git-svn-id: http://core.svn.wordpress.org/trunk@47202 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index b3b60cab13..ef2e833132 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1818,7 +1818,7 @@ function wp_dashboard_site_health() { visit the Site Health screen to gather information on about your site now.' ), + __( 'Site health checks will automatically run periodically to gather information about your site. You can also visit the Site Health screen to gather information about your site now.' ), esc_url( admin_url( 'site-health.php' ) ) ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index c03646b7bf..b865e9d771 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-beta3-47414'; +$wp_version = '5.4-beta3-47415'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.