Make WordPress Core

Changeset 39845 for branches/4.7


Ignore:
Timestamp:
01/11/2017 03:14:11 PM (10 years ago)
Author:
aaroncampbell
Message:

Bump 4.7 branch to version 4.7.1.

Location:
branches/4.7/src
Files:
3 edited

Legend:

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

    r39429 r39845  
    1010<h1 id="logo">
    1111        <a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
    12         <br /> Version 4.7
     12        <br /> Version 4.7.1
    1313</h1>
    1414<p style="text-align: center">Semantic Personal Publishing Platform</p>
  • branches/4.7/src/wp-admin/about.php

    r39523 r39845  
    4343                        <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a>
    4444                </h2>
     45
     46                <div class="changelog point-releases">
     47                        <h3><?php _e( 'Maintenance and Security Release' ); ?></h3>
     48                        <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
     49                                        '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 62 ), '4.7.1', number_format_i18n( 62 ) ); ?>
     50                                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.7.1' ); ?>
     51                        </p>
     52                </div>
    4553
    4654                <div class="headline-feature feature-video">
  • branches/4.7/src/wp-includes/version.php

    r39750 r39845  
    55 * @global string $wp_version
    66 */
    7 $wp_version = '4.7.1-RC1-39749-src';
     7$wp_version = '4.7.1-src';
    88
    99/**
Note: See TracChangeset for help on using the changeset viewer.