Changeset 25987 for branches/3.7/src/wp-admin/about.php
- Timestamp:
- 10/29/2013 08:07:04 PM (12 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 25986
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-admin/about.php
r25984 r25987 39 39 <h3><?php echo _n( 'Maintenance Release', 'Maintenance Releases', 1 ); ?></h3> 40 40 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.', 41 '<strong>Version %1$s</strong> addressed %2$s bugs.', 1 0 ), '3.7.1', number_format_i18n( 10) ); ?>41 '<strong>Version %1$s</strong> addressed %2$s bugs.', 11 ), '3.7.1', number_format_i18n( 11 ) ); ?> 42 42 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.7.1' ); ?> 43 43 </p>
Note: See TracChangeset
for help on using the changeset viewer.