From 5c3ae7edfd63bcce1dbf3a6711568592bd1d35df Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 5 Apr 2022 10:32:20 +0000 Subject: [PATCH] Help/About: Update the About page for WordPress 5.9.3. Props audrasjb, SergeyBiryukov. Fixes #55473. git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53073 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index ed986fec3c..ea54987fdc 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -42,6 +42,31 @@ require_once ABSPATH . 'wp-admin/admin-header.php';

+

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