Changeset 51854
- Timestamp:
- 09/23/2021 02:21:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r51815 r51854 465 465 * @type bool $clear_destination Whether to delete any files already in the destination 466 466 * folder. Default false. 467 * @type bool $clear_working Whether to delete the files f orm the working directory468 * after copying t o the destination. Default false.467 * @type bool $clear_working Whether to delete the files from the working directory 468 * after copying them to the destination. Default false. 469 469 * @type bool $abort_if_destination_exists Whether to abort the installation if 470 470 * the destination folder already exists. Default true. … … 682 682 * @type bool $clear_destination Whether to delete any files already in the 683 683 * destination folder. Default false. 684 * @type bool $clear_working Whether to delete the files f orm the working685 * directory after copying t o the destination.684 * @type bool $clear_working Whether to delete the files from the working 685 * directory after copying them to the destination. 686 686 * Default false. 687 687 * @type bool $abort_if_destination_exists Whether to abort the installation if the destination
Note: See TracChangeset
for help on using the changeset viewer.