Make WordPress Core

Changeset 39870 for branches/3.7/src


Ignore:
Timestamp:
01/11/2017 04:59:34 PM (8 years ago)
Author:
aaroncampbell
Message:

Bump 3.7 branch to version 3.7.17.

Location:
branches/3.7/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.7/src/readme.html

    r38558 r39870  
    99<h1 id="logo">
    1010    <a href="http://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
    11     <br /> Version 3.7.16
     11    <br /> Version 3.7.17
    1212</h1>
    1313<p style="text-align: center">Semantic Personal Publishing Platform</p>
  • branches/3.7/src/wp-admin/about.php

    r38558 r39870  
    3737
    3838<div class="changelog point-releases">
    39     <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 16 ); ?></h3>
     39    <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 17 ); ?></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.', 8 ), '3.7.17' ); ?>
     42        <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_3.7.17' ); ?>
     43    </p>
    4044    <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.',
    4145         '<strong>Version %1$s</strong> addressed some security issues.', 2 ), '3.7.16' ); ?>
  • branches/3.7/src/wp-includes/version.php

    r38558 r39870  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '3.7.16-src';
     7$wp_version = '3.7.17-src';
    88
    99/**
Note: See TracChangeset for help on using the changeset viewer.