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.