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
This commit is contained in:
Sergey Biryukov 2020-03-03 12:22:07 +00:00
parent a9479f31d1
commit 62ef2d6719
2 changed files with 2 additions and 2 deletions

View File

@ -1818,7 +1818,7 @@ function wp_dashboard_site_health() {
<?php
printf(
/* translators: %s: URL to Site Health screen. */
__( 'Site health checks will automatically run periodically to gather information about your site. You can also <a href="%s">visit the Site Health screen</a> to gather information on about your site now.' ),
__( 'Site health checks will automatically run periodically to gather information about your site. You can also <a href="%s">visit the Site Health screen</a> to gather information about your site now.' ),
esc_url( admin_url( 'site-health.php' ) )
);
?>

View File

@ -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.