From 94e4dfdb235f26d774e654e66cfe708e48028631 Mon Sep 17 00:00:00 2001 From: Kelly Choyce-Dwan Date: Thu, 5 May 2022 15:33:07 +0000 Subject: [PATCH] Help/About: Add link to 6.0 Field Guide, fix missing placeholder in string. Props audrasjb. Follow-up to [53339]. See #55434. git-svn-id: https://develop.svn.wordpress.org/trunk@53354 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 14508df8e8..cd10d8f81e 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -302,7 +302,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: %s: WordPress 6.0 Field Guide link. */ __( 'Check out the latest version of the WordPress Field Guide. It is overflowing with detailed developer notes to help you build with WordPress.' ), - '#' + __( 'https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/' ) ); ?>

@@ -312,7 +312,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; Read the WordPress 6.0 Release Notes for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ), + __( 'Read the WordPress 6.0 Release Notes for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.' ), '#' ); ?>