Changeset 44077
- Timestamp:
- 12/13/2018 02:10:39 AM (6 years ago)
- Location:
- branches/5.0/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/about.php
r43969 r44077 60 60 <a href="freedoms.php?privacy-notice" class="nav-tab"><?php _e( 'Privacy' ); ?></a> 61 61 </h2> 62 63 <div class="changelog point-releases"> 64 <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3> 65 <p> 66 <?php 67 /* translators: %s: WordPress version number */ 68 printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '5.0.1' ); 69 ?> 70 <?php 71 /* translators: %s: Codex URL */ 72 printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_5.0.1' ); 73 ?> 74 </p> 75 </div> 62 76 63 77 <div class="feature-section one-col"> -
branches/5.0/src/wp-includes/version.php
r43972 r44077 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '5.0.1- alpha-43971-src';7 $wp_version = '5.0.1-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.