4.5.3 fixes 17 bugs, not 16.

Built from https://develop.svn.wordpress.org/branches/4.5@37827


git-svn-id: http://core.svn.wordpress.org/branches/4.5@37792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2016-06-21 15:56:28 +00:00
parent b15f7577d3
commit 5843d8201a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.5.3' ); ?>
</p>
<p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.',
'<strong>Version %1$s</strong> addressed %2$s bugs.', 16 ), '4.5.3', number_format_i18n( 16 ) ); ?>
'<strong>Version %1$s</strong> addressed %2$s bugs.', 17 ), '4.5.3', number_format_i18n( 17 ) ); ?>
<?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.5.3' ); ?>
</p>
</div>