From 3a7d3823ffe3513e1cb641a0753da5e01dfb4b09 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 2 Nov 2023 15:02:20 +0000 Subject: [PATCH] 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 #59289. Built from https://develop.svn.wordpress.org/branches/6.4@57055 git-svn-id: http://core.svn.wordpress.org/branches/6.4@56566 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index ca9f00e784..407927abed 100644 --- a/wp-admin/about.php +++ b/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' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 2c139f2d19..84ae5a37ad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-RC3-57051'; +$wp_version = '6.4-RC3-57055'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.