From d140645c953386d675523c7d479c242ec63e651b Mon Sep 17 00:00:00 2001 From: whyisjake Date: Wed, 3 Feb 2021 17:20:03 +0000 Subject: [PATCH] Help/About: About page changes for 5.6.1. Props ryelle, audrasjb. Fixes #52346. Built from https://develop.svn.wordpress.org/branches/5.6@50177 git-svn-id: http://core.svn.wordpress.org/branches/5.6@49856 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 13269ad58f..8c1c1bfb19 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -71,6 +71,39 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

+
+
+

+

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

+
+
+ +
+
' ); ?>');">
diff --git a/wp-includes/version.php b/wp-includes/version.php index ca7fe9c15e..8cdc503f50 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6.1-RC1-50173'; +$wp_version = '5.6.1-RC1-50177'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.