From 447b956bb86483c614748c408ed99ed80333e5b3 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 9 Apr 2019 15:24:53 +0000 Subject: [PATCH] =?UTF-8?q?Site=20Health:=20Add=20missing=20i18n=20for=20?= =?UTF-8?q?=E2=80=9CCopied!=E2=80=9D=20string.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Props: Soean, mukesh27, davidbaumwald. Fixes #46847. Built from https://develop.svn.wordpress.org/trunk@45155 git-svn-id: http://core.svn.wordpress.org/trunk@44964 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 1ab31f64af..771fad8763 100644 --- a/wp-admin/site-health-info.php +++ b/wp-admin/site-health-info.php @@ -87,12 +87,12 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
- +
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index cd8ba7b46d..a279570e25 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta2-45154'; +$wp_version = '5.2-beta2-45155'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.