Changeset 47099 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 01/22/2020 12:17:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r47060 r47099 58 58 * Default false. 59 59 * } 60 * @return null|false|WP_Error Nullon success, false or WP_Error on failure.60 * @return string|false|WP_Error New WordPress version on success, false or WP_Error on failure. 61 61 */ 62 62 public function upgrade( $current, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.