From b231afc0b77d00833862a827898a5e3f25d09585 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 24 Feb 2021 15:51:06 +0000 Subject: [PATCH] Help/About: Remove extra space in the 5.7 About page copy. Props tobifjellner, audrasjb. Fixes #52632. Built from https://develop.svn.wordpress.org/trunk@50430 git-svn-id: http://core.svn.wordpress.org/trunk@50041 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 17d065972c..89867a34bb 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -57,7 +57,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 59dee32c4c..3e8af63793 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50429'; +$wp_version = '5.8-alpha-50430'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.