From 97af007d185c7277ee320922e37ef6515c8250f1 Mon Sep 17 00:00:00 2001 From: Tonya Mork Date: Tue, 28 Mar 2023 15:12:03 +0000 Subject: [PATCH] Help/About: Add Field Guide link. In the About page, replaces the `#` placeholder with the link to the Field Guide. Follow-up to [55573], [55449], [55499], [55545]. Props vladytimy, ocean90. Fixes #57998. git-svn-id: https://develop.svn.wordpress.org/trunk@55600 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 46097190ad..8b2a673d92 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -246,7 +246,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: %s: WordPress 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/2023/03/09/wordpress-6-2-field-guide/' ); ?>