Changes in branches/3.9/src/wp-admin/about.php [28346:29411]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9/src/wp-admin/about.php
r28346 r29411 40 40 41 41 <div class="changelog point-releases"> 42 <h3><?php echo _n( 'Maintenance Release', 'Maintenance Releases', 1 ); ?></h3> 42 <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 2 ); ?></h3> 43 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.', 44 '<strong>Version %1$s</strong> addressed some security issues.', 6 ), '3.9.2', number_format_i18n( 6 ) ); ?> 45 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.9.2' ); ?> 46 </p> 43 47 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.', 44 48 '<strong>Version %1$s</strong> addressed %2$s bugs.', 34 ), '3.9.1', number_format_i18n( 34 ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.