Changeset 46063
- Timestamp:
- 09/04/2019 11:53:38 PM (4 years ago)
- Location:
- branches/5.0
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/package-lock.json
r46044 r46063 1 1 { 2 2 "name": "WordPress", 3 "version": "5.0. 5",3 "version": "5.0.6", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/5.0/package.json
r46044 r46063 1 1 { 2 2 "name": "WordPress", 3 "version": "5.0. 5",3 "version": "5.0.6", 4 4 "description": "WordPress is web software you can use to create a beautiful website or blog.", 5 5 "repository": { -
branches/5.0/src/wp-admin/about.php
r46044 r46063 68 68 /* translators: %s: WordPress version number */ 69 69 __( '<strong>Version %s</strong> addressed some security issues.' ), 70 '5.0. 5'70 '5.0.6' 71 71 ); 72 72 ?> … … 78 78 /* translators: %s: WordPress version */ 79 79 esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), 80 sanitize_title( '5.0. 5' )80 sanitize_title( '5.0.6' ) 81 81 ) 82 82 ); -
branches/5.0/src/wp-includes/version.php
r46044 r46063 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '5.0. 5-src';7 $wp_version = '5.0.6-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.