From b6c6c35c1bc1af53c0b163763e571a63243fdba2 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 9 Apr 2024 15:33:07 +0000 Subject: [PATCH] WordPress 6.0.8. Built from https://develop.svn.wordpress.org/branches/6.0@57964 git-svn-id: http://core.svn.wordpress.org/branches/6.0@57458 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 e90e6c1ee5..a61b51ca28 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -40,6 +40,31 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

+

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