From 6ab94802c2f0c73f51e34d600ee36838927dacd5 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Sat, 18 Dec 2021 21:00:26 +0000 Subject: [PATCH] Site Health: Typo correction in Site Health help tab. Follow-up to [52053]. Props pedromendonca. Fixes #54656. git-svn-id: https://develop.svn.wordpress.org/trunk@52385 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/site-health.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/site-health.php b/src/wp-admin/site-health.php index 159d107af6..1b2d22aa30 100644 --- a/src/wp-admin/site-health.php +++ b/src/wp-admin/site-health.php @@ -81,7 +81,7 @@ get_current_screen()->add_help_tab( 'content' => '

' . __( 'This screen allows you to obtain a health diagnosis of your site, and displays an overall rating of the status of your installation.' ) . '

' . '

' . __( 'In the Status tab, you can see critical information about your WordPress configuration, along with anything else that requires your attention.' ) . '

' . - '

' . __( 'In the Info tab, you will find all the details about the configuration of your WordPress site, server, and database. There is also an export feature that allows you to copy all of the information about your site to the clipboard, help solve problems on your site when obtaining support.' ) . '

', + '

' . __( 'In the Info tab, you will find all the details about the configuration of your WordPress site, server, and database. There is also an export feature that allows you to copy all of the information about your site to the clipboard, to help solve problems on your site when obtaining support.' ) . '

', ) );