Changeset 44078
- Timestamp:
- 12/13/2018 02:10:55 AM (6 years ago)
- Location:
- branches/4.9/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/src/wp-admin/about.php
r43622 r44078 34 34 <div class="changelog point-releases"> 35 35 <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3> 36 <p> 37 <?php 38 /* translators: %s: WordPress version number */ 39 printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.9.9' ); 40 ?> 41 <?php 42 /* translators: %s: Codex URL */ 43 printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.9' ); 44 ?> 45 </p> 36 46 <p> 37 47 <?php -
branches/4.9/src/wp-includes/version.php
r43554 r44078 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '4.9.9- alpha-43554-src';7 $wp_version = '4.9.9-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.