From 7812f57f37a6115ef15c6ce35d763c651d38600e Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 5 Apr 2022 14:43:01 +0000 Subject: [PATCH] Help/About: Update the About page with the correct number of bugfixes for WP 5.9.3. See #55473. git-svn-id: https://develop.svn.wordpress.org/branches/5.9@53078 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index ea54987fdc..98960763c4 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -49,10 +49,10 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; _n( 'Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', - 18 + 19 ), '5.9.3', - number_format_i18n( 18 ) + number_format_i18n( 19 ) ); ?>