Make WordPress Core

Changeset 32439


Ignore:
Timestamp:
05/06/2015 11:34:06 PM (11 years ago)
Author:
ocean90
Message:

3.7.8 version bumps.

File:
1 edited

Legend:

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

    r32318 r32439  
    3838<div class="changelog point-releases">
    3939    <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>
    4444    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.',
    4545         '<strong>Version %1$s</strong> addressed %2$s bugs.', 1 ), '3.7.7', number_format_i18n( 1 ) ); ?>
     
    4848    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.',
    4949         '<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' ); ?>
    5151    </p>
    5252    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.',
    5353         '<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' ); ?>
    5555    </p>
    5656    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.',
    5757         '<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' ); ?>
    5959    </p>
    6060    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.',
     
    6464    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
    6565         '<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' ); ?>
    6767    </p>
    6868    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.',
    6969        '<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' ); ?>
    7171    </p>
    7272</div>
Note: See TracChangeset for help on using the changeset viewer.