Changeset 53081
- Timestamp:
- 04/05/2022 08:02:14 PM (3 years ago)
- Location:
- branches/5.9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9/package-lock.json
r53030 r53081 1 1 { 2 2 "name": "WordPress", 3 "version": "5.9. 3",3 "version": "5.9.4", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
branches/5.9/package.json
r53030 r53081 1 1 { 2 2 "name": "WordPress", 3 "version": "5.9. 3",3 "version": "5.9.4", 4 4 "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", 5 5 "repository": { -
branches/5.9/src/wp-includes/version.php
r53079 r53081 17 17 * @global string $wp_version 18 18 */ 19 $wp_version = '5.9. 3-src';19 $wp_version = '5.9.4-alpha-53081-src'; 20 20 21 21 /**
Note: See TracChangeset
for help on using the changeset viewer.