Changeset 47230 for trunk/src/wp-admin/upgrade.php
- Timestamp:
- 02/10/2020 03:28:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upgrade.php
r47198 r47230 37 37 38 38 /** 39 * @global string $wp_version 40 * @global string $required_php_version 41 * @global string $required_mysql_version 39 * @global string $wp_version The WordPress version string. 40 * @global string $required_php_version The required PHP version string. 41 * @global string $required_mysql_version The required MySQL version string. 42 42 */ 43 43 global $wp_version, $required_php_version, $required_mysql_version;
Note: See TracChangeset
for help on using the changeset viewer.