Changeset 32439
- Timestamp:
- 05/06/2015 11:34:06 PM (11 years ago)
- File:
-
- 1 edited
-
branches/3.7/src/wp-admin/about.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-admin/about.php
r32318 r32439 38 38 <div class="changelog point-releases"> 39 39 <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 8 ); ?></h3> 40 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.',41 '<strong>Version %1$s</strong> addressed some security issues .', 1 ), '3.7.8'); ?>42 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http ://codex.wordpress.org/Version_3.7.8' ); ?>43 </p>40 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', 41 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 3 ), '3.7.8', number_format_i18n( 3 ) ); ?> 42 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_3.7.8' ); ?> 43 </p> 44 44 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.', 45 45 '<strong>Version %1$s</strong> addressed %2$s bugs.', 1 ), '3.7.7', number_format_i18n( 1 ) ); ?> … … 48 48 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.', 49 49 '<strong>Version %1$s</strong> addressed some security issues.', 8 ), '3.7.6' ); ?> 50 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http ://codex.wordpress.org/Version_3.7.6' ); ?>50 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_3.7.6' ); ?> 51 51 </p> 52 52 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.', 53 53 '<strong>Version %1$s</strong> addressed some security issues.', 8 ), '3.7.5', number_format_i18n( 8 ) ); ?> 54 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http ://codex.wordpress.org/Version_3.7.5' ); ?>54 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_3.7.5' ); ?> 55 55 </p> 56 56 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.', 57 57 '<strong>Version %1$s</strong> addressed some security issues.', 5 ), '3.7.4', number_format_i18n( 5 ) ); ?> 58 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http ://codex.wordpress.org/Version_3.7.4' ); ?>58 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_3.7.4' ); ?> 59 59 </p> 60 60 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.', … … 64 64 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.', 65 65 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 9 ), '3.7.2', number_format_i18n( 9 ) ); ?> 66 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http ://codex.wordpress.org/Version_3.7.2' ); ?>66 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_3.7.2' ); ?> 67 67 </p> 68 68 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.', 69 69 '<strong>Version %1$s</strong> addressed %2$s bugs.', 11 ), '3.7.1', number_format_i18n( 11 ) ); ?> 70 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http ://codex.wordpress.org/Version_3.7.1' ); ?>70 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_3.7.1' ); ?> 71 71 </p> 72 72 </div>
Note: See TracChangeset
for help on using the changeset viewer.