From 64bfb23202af5a023d2918bc73ee82421c6bbb63 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 2 Nov 2023 14:55:56 +0000 Subject: [PATCH] Help/About: Update link to field guide for 6.4. Follow up to [56950]. Props afercia. Fixes #59289. git-svn-id: https://develop.svn.wordpress.org/trunk@57054 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 ca9f00e784..407927abed 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -243,7 +243,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: %s: WordPress Field Guide link. */ __( 'Explore the WordPress %2$s Field Guide. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ), - __( 'https://make.wordpress.org/core/2023/07/18/wordpress-6-3-field-guide/' ), + __( 'https://make.wordpress.org/core/2023/10/23/wordpress-6-4-field-guide/' ), '6.4' ); ?>