Changeset 51654
- Timestamp:
- 08/24/2021 11:08:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r51527 r51654 379 379 * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass. 380 380 * 381 * @param string $remote_destination The location on the remote filesystem to be cleared 381 * @param string $remote_destination The location on the remote filesystem to be cleared. 382 382 * @return bool|WP_Error True upon success, WP_Error on failure. 383 383 */ … … 564 564 * @since 2.8.0 565 565 * 566 * @param true|WP_Error $removed Whether the destination was cleared. true upon success, WP_Error on failure. 566 * @param true|WP_Error $removed Whether the destination was cleared. 567 * True upon success, WP_Error on failure. 567 568 * @param string $local_destination The local package destination. 568 569 * @param string $remote_destination The remote package destination. … … 737 738 738 739 /* 739 * Download the package (Note, This just returns the filename740 * of the file if the package is a local file)740 * Download the package. Note: If the package is the full path 741 * to an existing local file, it will be returned untouched. 741 742 */ 742 743 $download = $this->download_package( $options['package'], true, $options['hook_extra'] ); … … 869 870 * @since 2.8.0 870 871 * 871 * @global WP_Filesystem_Base $wp_filesystem Subclass872 * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass. 872 873 * 873 874 * @param bool $enable True to enable maintenance mode, false to disable.
Note: See TracChangeset
for help on using the changeset viewer.