mirror of
git://develop.git.wordpress.org/
synced 2025-04-05 04:33:18 +02:00
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:
parent
5c3ae7edfd
commit
7812f57f37
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user