From 0568e5607360de452a6ef8bf9f4cd88bb02d73c8 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 29 Aug 2023 09:40:29 +0000 Subject: [PATCH] Help/About: Update the About page for 6.3.1. Props audrasjb, mukesh27. Reviewed by SergeyBiryukov. Fixes #59180. Built from https://develop.svn.wordpress.org/branches/6.3@56483 git-svn-id: http://core.svn.wordpress.org/branches/6.3@55995 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 31 +++++++++++++++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 4e2779d3c1..e0c24c9992 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -42,6 +42,37 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; + +
+
+

+

+ Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', + 10 + ), + '6.3.1', + '10' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version. */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '6.3.1' ) + ) + ); + ?> +

+
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 8e5a42347d..6f380c1b5c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3.1-RC1-56465'; +$wp_version = '6.3.1-RC1-56483'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.