Changeset 39845 for branches/4.7/src/wp-admin/about.php
- Timestamp:
- 01/11/2017 03:14:11 PM (9 years ago)
- File:
-
- 1 edited
-
branches/4.7/src/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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">
Note: See TracChangeset
for help on using the changeset viewer.