From 84013b8defc9e0583584f5d41fa9dcb59ca39b0c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:58:10 +0200 Subject: Adding upstream version 6.5.2+dfsg1. Signed-off-by: Daniel Baumann --- wp-admin/about.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'wp-admin/about.php') diff --git a/wp-admin/about.php b/wp-admin/about.php index 169f0b6..bed2073 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 a security issue and fixed %2$s bug.', + 'Version %1$s addressed a security issue and fixed %2$s bugs.', + 12 + ), + '6.5.2', + '12' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version. */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '6.5.2' ) + ) + ); + ?> +

+
+
+

-- cgit v1.2.3