Make WordPress Core


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

Bump 4.7 branch to version 4.7.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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">
Note: See TracChangeset for help on using the changeset viewer.