From 8698dc972154af7c914527534607e1967796ce69 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sat, 18 Dec 2021 21:02:04 +0000 Subject: [PATCH] Site Health: Typo correction in Site Health help tab. Follow-up to [52053]. Props pedromendonca. Fixes #54656. Built from https://develop.svn.wordpress.org/trunk@52385 git-svn-id: http://core.svn.wordpress.org/trunk@51977 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/site-health.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/site-health.php b/wp-admin/site-health.php index 159d107af6..1b2d22aa30 100644 --- a/wp-admin/site-health.php +++ b/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.' ) . '

', ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index c64f56164c..8da7f54e60 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta3-52384'; +$wp_version = '5.9-beta3-52385'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.