From d36c01909ad324c42b134bf721f62dd110d58b7d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 6 Apr 2019 15:42:52 +0000 Subject: [PATCH] Site Health: Use a consistent heading and description when referring to Info and Status pages. Props chetan200891, afercia. Fixes #46728. Built from https://develop.svn.wordpress.org/trunk@45120 git-svn-id: http://core.svn.wordpress.org/trunk@44929 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/site-health-info.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/site-health-info.php b/wp-admin/site-health-info.php index ef1af1fc50..1ab31f64af 100644 --- a/wp-admin/site-health-info.php +++ b/wp-admin/site-health-info.php @@ -74,11 +74,11 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>

- +

- +

diff --git a/wp-includes/version.php b/wp-includes/version.php index b86923cf12..26058c1e66 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45119'; +$wp_version = '5.2-beta1-45120'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.