From 500c0118d4978eeec467ecbcb30ef4c564423016 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Tue, 4 Aug 2020 15:56:02 +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/trunk@48721 git-svn-id: http://core.svn.wordpress.org/trunk@48483 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 4bf0a2ecda..cc7dc302ca 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48719'; +$wp_version = '5.6-alpha-48721'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.