From 71a92b774cf9fc26aa17a0de0d1bc63ebc51624a Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 23 Jul 2024 15:11:12 +0000 Subject: [PATCH] WordPress 6.6.1 Built from https://develop.svn.wordpress.org/branches/6.6@58786 git-svn-id: http://core.svn.wordpress.org/branches/6.6@58188 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 ad87ec8f67..11f29f4623 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -41,6 +41,37 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; +
+
+

+

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

+
+
+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 06b9d83c03..9334b44459 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6.1-RC1-58766'; +$wp_version = '6.6.1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.