From afe1b96db2ce7f48b4d2ab60ab94b275bbdf0699 Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Tue, 24 Mar 2020 15:01:57 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@47500 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 055ccb6475..acaaa2a009 100644 --- a/src/wp-admin/about.php +++ b/src/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/' ); ?>