From 62a5dbff7b58aa6537d30237b44d1ca8df3dd71a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 18 Aug 2020 03:02:08 +0000 Subject: [PATCH] Help/About: Revert [48811] from the 5.5 branch for now, to avoid displaying untranslated strings on the About page. This should be merged back when 5.5.1 is about to be released. See #51028. Built from https://develop.svn.wordpress.org/branches/5.5@48813 git-svn-id: http://core.svn.wordpress.org/branches/5.5@48575 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 1512c17b6d..6a967050f8 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -66,7 +66,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

+

@@ -75,7 +75,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

+

@@ -149,7 +149,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index f9787fdccd..0ba2401109 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5.1-alpha-48811'; +$wp_version = '5.5.1-alpha-48813'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.