Changeset 40204 for branches/4.5/src/wp-admin/about.php
- Timestamp:
- 03/06/2017 04:17:16 PM (9 years ago)
- File:
-
- 1 edited
-
branches/4.5/src/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5/src/wp-admin/about.php
r39998 r40204 41 41 <div class="changelog point-releases"> 42 42 <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3> 43 <p><?php printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.5.7' ); ?> 44 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.5.7' ); ?> 45 </p> 43 46 <p><?php printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.5.6' ); ?> 44 47 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.5.6' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.