From 9ce0a583a15d971d94ed03653b58a1e0e95727f4 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 22 Feb 2022 10:33:08 +0000 Subject: [PATCH] Help/About: Update the About page for WordPress 5.9.1. Props hellofromTonya, audrasjb. Fixes #55173. Built from https://develop.svn.wordpress.org/trunk@52783 git-svn-id: http://core.svn.wordpress.org/trunk@52372 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 31 +++++++++++++++++++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 9b9f0867fc..8df421250e 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -39,6 +39,37 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; +
+
+

+

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

+
+
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index dbd95bb666..8140d6f6da 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52781'; +$wp_version = '6.0-alpha-52783'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.