Changeset 58319
- Timestamp:
- 06/04/2024 06:28:47 AM (4 months ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r56174 r58319 122 122 } 123 123 124 $download = $this->download_package( $current->packages->$to_download, true );124 $download = $this->download_package( $current->packages->$to_download, false ); 125 125 126 126 /* -
trunk/src/wp-admin/includes/class-wp-upgrader.php
r58128 r58319 829 829 * to an existing local file, it will be returned untouched. 830 830 */ 831 $download = $this->download_package( $options['package'], true, $options['hook_extra'] );831 $download = $this->download_package( $options['package'], false, $options['hook_extra'] ); 832 832 833 833 /*
Note: See TracChangeset
for help on using the changeset viewer.