Changeset 39845
- Timestamp:
- 01/11/2017 03:14:11 PM (9 years ago)
- Location:
- branches/4.7/src
- Files:
-
- 3 edited
-
readme.html (modified) (1 diff)
-
wp-admin/about.php (modified) (1 diff)
-
wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7/src/readme.html
r39429 r39845 10 10 <h1 id="logo"> 11 11 <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 13 13 </h1> 14 14 <p style="text-align: center">Semantic Personal Publishing Platform</p> -
branches/4.7/src/wp-admin/about.php
r39523 r39845 43 43 <a href="freedoms.php" class="nav-tab"><?php _e( 'Freedoms' ); ?></a> 44 44 </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> 45 53 46 54 <div class="headline-feature feature-video"> -
branches/4.7/src/wp-includes/version.php
r39750 r39845 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '4.7.1- RC1-39749-src';7 $wp_version = '4.7.1-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.