From fe8496f53f9ec3c756110f5a0caaeb9d853ed221 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 9 Apr 2024 15:31:50 +0000 Subject: [PATCH] WordPress 6.1.6. Built from https://develop.svn.wordpress.org/branches/6.1@57963 git-svn-id: http://core.svn.wordpress.org/branches/6.1@57457 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 db5a099b13..2026fc14e1 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -45,6 +45,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.1.6', + '12' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version. */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '6.1.6' ) + ) + ); + ?> +