From 26cc999d64ea177f1b3b30ac73471826d017056a Mon Sep 17 00:00:00 2001 From: jorgefilipecosta Date: Tue, 24 Mar 2020 15:03:08 +0000 Subject: [PATCH] Help/About: Fix a typo on the about page and fix a link. The text "on your" appeared two times. This commit fixes the issue and removes the duplication. It also updates the field guide permalink. Props garrett-eclipse, ixkaito, karmatosed, SergeyBiryukov. Built from https://develop.svn.wordpress.org/trunk@47500 git-svn-id: http://core.svn.wordpress.org/trunk@47275 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 055ccb6475..acaaa2a009 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -197,8 +197,8 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; WordPress 5.4 Field Guide.' ), - 'https://make.wordpress.org/core/?p=80034' + __( 'There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your sites, themes, plugins and more, check the WordPress 5.4 Field Guide.' ), + 'https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 39f3f565fb..272d1eb52d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47498'; +$wp_version = '5.5-alpha-47500'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.