Changeset 19669
- Timestamp:
- 01/03/2012 08:45:03 PM (14 years ago)
- File:
-
- 1 edited
-
branches/3.3/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/wp-admin/about.php
r19668 r19669 37 37 <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></h3> 38 38 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.', 39 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 1 3 ), '3.3.1', number_format_i18n( 13) ); ?>39 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 15 ), '3.3.1', number_format_i18n( 15 ) ); ?> 40 40 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.3.1' ); ?> 41 41 </p>
Note: See TracChangeset
for help on using the changeset viewer.