From 33e3aff34f4a391310112f0b75db887b11f18579 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 7 Nov 2023 22:58:27 +0000 Subject: [PATCH] Help/About: Improve translation comment around release notes. Props kharisblank, kebbet. Fixes #59821. Built from https://develop.svn.wordpress.org/trunk@57081 git-svn-id: http://core.svn.wordpress.org/trunk@56592 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 407927abed..03ff7a6d96 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -241,7 +241,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

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/10/23/wordpress-6-4-field-guide/' ), '6.4' diff --git a/wp-includes/version.php b/wp-includes/version.php index 848276ad5d..28577af941 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57077'; +$wp_version = '6.5-alpha-57081'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.