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