From cf8bd373fe856c82f96f97b63a3966b169501c29 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Wed, 29 Apr 2020 18:37:05 +0000 Subject: [PATCH] Update the about page for WordPress 5.4.1 Built from https://develop.svn.wordpress.org/trunk@47699 git-svn-id: http://core.svn.wordpress.org/trunk@47476 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 33 +++++++++++++++++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index c14c1bfc50..15b77d3a63 100644 --- a/wp-admin/about.php +++ b/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' ) + ) + ); + ?> +

+
+
+ +
+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 24c1af89c6..3c9c1631a4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47689'; +$wp_version = '5.5-alpha-47699'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.