From 2c3280a29c1116d45490a07ab376061ac515b496 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 30 Oct 2020 19:47:10 +0000 Subject: [PATCH] WordPress 5.4.4. Built from https://develop.svn.wordpress.org/branches/5.4@49459 git-svn-id: http://core.svn.wordpress.org/branches/5.4@49218 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 6aa7cf83c5..2e6275553f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -51,6 +51,31 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

+

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