From 456dfd6b762dde1c233069fa3618a316d01c1351 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 22 Feb 2022 10:31:27 +0000 Subject: [PATCH] Help/About: Update the About page for WordPress 5.9.1. Props hellofromTonya, audrasjb. Fixes #55173. git-svn-id: https://develop.svn.wordpress.org/trunk@52783 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 9b9f0867fc..8df421250e 100644 --- a/src/wp-admin/about.php +++ b/src/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' ) + ) + ); + ?> +

+
+
+