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:
parent
b15f7577d3
commit
5843d8201a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue