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