Changeset 47230 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 02/10/2020 03:28:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r47218 r47230 29 29 * @since 2.7.0 30 30 * 31 * @global string $wp_local_package 31 * @global string $wp_local_package Locale code of the package. 32 32 * @global wpdb $wpdb WordPress database abstraction object. 33 33 * … … 217 217 * @since 2.7.0 218 218 * 219 * @global string $required_php_version 220 * @global string $required_mysql_version 219 * @global string $required_php_version The required PHP version string. 220 * @global string $required_mysql_version The required MySQL version string. 221 221 */ 222 222 function core_upgrade_preamble() {
Note: See TracChangeset
for help on using the changeset viewer.