Changeset 49946 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 01/08/2021 02:28:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r48835 r49946 263 263 * Default false. 264 264 * @param string $package The package file name. 265 * @param WP_Upgrader $ thisThe WP_Upgrader instance.265 * @param WP_Upgrader $upgrader The WP_Upgrader instance. 266 266 * @param array $hook_extra Extra arguments passed to hooked filters. 267 267 */ … … 522 522 * @param string $source File source location. 523 523 * @param string $remote_source Remote file source location. 524 * @param WP_Upgrader $ thisWP_Upgrader instance.524 * @param WP_Upgrader $upgrader WP_Upgrader instance. 525 525 * @param array $hook_extra Extra arguments passed to hooked filters. 526 526 */
Note: See TracChangeset
for help on using the changeset viewer.