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