Changeset 47678 for branches/4.2
- Timestamp:
- 04/29/2020 05:56:56 PM (6 years ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
-
package.json (modified) (1 diff)
-
src/wp-includes/version.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/package.json
r46931 r47678 1 1 { 2 2 "name": "WordPress", 3 "version": "4.2.2 6",3 "version": "4.2.27", 4 4 "description": "WordPress is web software you can use to create a beautiful website or blog.", 5 5 "repository": { -
branches/4.2/src/wp-includes/version.php
r46931 r47678 5 5 * @global string $wp_version 6 6 */ 7 $wp_version = '4.2.2 6-src';7 $wp_version = '4.2.27-src'; 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.