Changeset 44342
- Timestamp:
- 12/19/2018 11:55:44 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/package.json
r44287 r44342 1 1 { 2 2 "name": "WordPress", 3 "version": "5.0. 2",3 "version": "5.0.3", 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-includes/version.php
r44340 r44342 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '5.0. 2-src';7 $wp_version = '5.0.3-alpha-44341-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.