From d27a3718d572e86a4ba5c107fb3779bae64c116d Mon Sep 17 00:00:00 2001 From: whyisjake Date: Wed, 29 Apr 2020 18:35:02 +0000 Subject: [PATCH] Update the about page for WordPress 5.4.1 git-svn-id: https://develop.svn.wordpress.org/trunk@47699 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index c14c1bfc50..15b77d3a63 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -40,6 +40,39 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; +
+
+

+

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

+
+
+ +
+