Make WordPress Core

Changeset 25984


Ignore:
Timestamp:
10/29/2013 06:15:14 PM (10 years ago)
Author:
nacin
Message:

Final count of bug fixes in 3.7.1 is 10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.7/src/wp-admin/about.php

    r25957 r25984  
    3939    <h3><?php echo _n( 'Maintenance Release', 'Maintenance Releases', 1 ); ?></h3>
    4040    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.',
    41         '<strong>Version %1$s</strong> addressed %2$s bugs.', 5 ), '3.7.1', number_format_i18n( 5 ) ); ?>
     41        '<strong>Version %1$s</strong> addressed %2$s bugs.', 10 ), '3.7.1', number_format_i18n( 10 ) ); ?>
    4242        <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.7.1' ); ?>
    4343    </p>
Note: See TracChangeset for help on using the changeset viewer.