From 6166b7a03cd59e19735e21ff882a6fc94822c9dd Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 7 May 2024 15:47:14 +0000 Subject: [PATCH] WordPress 6.5.3 about page and version bump. Props jorbin, hellofromtonya. Built from https://develop.svn.wordpress.org/branches/6.5@58114 git-svn-id: http://core.svn.wordpress.org/branches/6.5@57579 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 25 +++++++++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index bed207380a..862acc4a2f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -44,6 +44,31 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

+

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