Changeset 47060 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 01/11/2020 06:30:58 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r46610 r47060 58 58 * Default false. 59 59 * } 60 * @return null|false|WP_Error False or WP_Error on failure, null on success.60 * @return null|false|WP_Error Null 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.