Help/About: Update link to field guide for 6.4.

Follow up to [56950].

Merges [57054] to 6.4 branch.
Reviewed by davidbaumwald, joedolson.

Props afercia.
Fixes .


git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57055 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron Jorbin 2023-11-02 15:00:42 +00:00
parent a52b47f5a5
commit 8e54dce6e0

@ -243,7 +243,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
printf(
/* translators: %s: WordPress Field Guide link. */
__( 'Explore the <a href="%1$s">WordPress %2$s Field Guide</a>. 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'
);
?>