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
This commit is contained in:
Jb Audras 2022-04-05 14:43:01 +00:00
parent 5c3ae7edfd
commit 7812f57f37

View File

@ -49,10 +49,10 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
_n(
'<strong>Version %1$s</strong> addressed %2$s bug.',
'<strong>Version %1$s</strong> addressed %2$s bugs.',
18
19
),
'5.9.3',
number_format_i18n( 18 )
number_format_i18n( 19 )
);
?>
<?php