mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +01:00
Site Health: Fix typo in Site Health Status dashboard widget.
Follow-up to [47063], [47413]. Props Clorith, dlh. See #49562. git-svn-id: https://develop.svn.wordpress.org/trunk@47415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cd84eaac26
commit
360c98280c
@ -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' ) )
|
||||
);
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user