From 69dc72d0b9167131dd2bc36aa8b3477a64ef0089 Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Mon, 1 Nov 2021 22:36:59 +0000 Subject: [PATCH] Site Health: Internationalizes count in the info section headings. If a site health info section includes the `show_count` parameter, this commit internationalizes the count. Follow-up to [45176]. Props johnbillion, swissspidy. Fixes #54341. Built from https://develop.svn.wordpress.org/trunk@51970 git-svn-id: http://core.svn.wordpress.org/trunk@51559 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 8250967c99..7676a8dc90 100644 --- a/wp-admin/site-health-info.php +++ b/wp-admin/site-health-info.php @@ -75,7 +75,10 @@ $health_check_site_status = WP_Site_Health::get_instance(); diff --git a/wp-includes/version.php b/wp-includes/version.php index 6c945ef0ac..46c1814749 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51969'; +$wp_version = '5.9-alpha-51970'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.