From 4cf729f5a978ac2ae95108d6513abcdf492ba47c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 13 Aug 2019 23:35:56 +0000 Subject: [PATCH] Site Health: Simplify the language in Status Health Info page introduction, add a link to Status page. Props birgire, mukesh27, subrataemfluence, leogermani. Fixes #46946. Built from https://develop.svn.wordpress.org/trunk@45791 git-svn-id: http://core.svn.wordpress.org/trunk@45602 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/site-health-info.php | 5 ++++- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-admin/site-health-info.php b/wp-admin/site-health-info.php index 903e914b5e..4a23f15251 100644 --- a/wp-admin/site-health-info.php +++ b/wp-admin/site-health-info.php @@ -82,7 +82,10 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );

- + Site Health Status page.' ), esc_url( admin_url( 'site-health.php' ) ) ); + ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 57e772b1af..17a8d8f5af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45790'; +$wp_version = '5.3-alpha-45791'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.