From 2ef60cc432a3a72bc428ace9293ffb6bec248bb6 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 12 Mar 2024 10:37:11 +0000 Subject: [PATCH] Help/About: Update the About page for WP 6.5 RC2. This changeset removes the "Pattern overrides" section from features. Also updates the field guide link, this link should redirect correctly once the post is published. Follow-up to [57715], [57767]. Props ryelle, benjamin_zekavica. See #60303. Built from https://develop.svn.wordpress.org/trunk@57809 git-svn-id: http://core.svn.wordpress.org/trunk@57310 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 20 ++++---------------- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index b1f85caff8..afe4939329 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -72,28 +72,16 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-

-

+

+

-
-
- -
-
-
- -
-
-

-

-
- +
@@ -260,7 +248,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: 1: WordPress Field Guide link, 2: WordPress version number. */ __( 'Explore the WordPress %2$s Field Guide. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ), - ( '#' ), + esc_url( __( 'https://make.wordpress.org/core/wordpress-6-5-field-guide/' ) ), '6.5' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index aacbc9aa72..1c59788530 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57807'; +$wp_version = '6.6-alpha-57809'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.