Changeset 49028 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 09/21/2020 04:44:35 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r48160 r49028 49 49 * @param object $current Response object for whether WordPress is current. 50 50 * @param array $args { 51 * 52 * 53 * 54 * 55 * 56 * 57 * 58 * 51 * Optional. Arguments for upgrading WordPress core. Default empty array. 52 * 53 * @type bool $pre_check_md5 Whether to check the file checksums before 54 * attempting the upgrade. Default true. 55 * @type bool $attempt_rollback Whether to attempt to rollback the chances if 56 * there is a problem. Default false. 57 * @type bool $do_rollback Whether to perform this "upgrade" as a rollback. 58 * Default false. 59 59 * } 60 60 * @return string|false|WP_Error New WordPress version on success, false or WP_Error on failure.
Note: See TracChangeset
for help on using the changeset viewer.