From afbbb3baa5129ddea655ef3201ef429845408861 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Tue, 4 Aug 2020 15:59:10 +0000 Subject: [PATCH] Help/About: String update for 5.5 release. We don't use hyphens for the [block editor](https://make.wordpress.org/core/handbook/best-practices/spelling/). See #50416. Props davidbaumwald, marybaum, desrosj. Built from https://develop.svn.wordpress.org/branches/5.5@48723 git-svn-id: http://core.svn.wordpress.org/branches/5.5@48485 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index ee86de808c..b72d11df46 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -125,7 +125,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

-

+

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

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 24d31d22d1..1a2c0480a8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-RC1-48720'; +$wp_version = '5.5-RC1-48723'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.