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.