Changeset 31327
- Timestamp:
- 02/03/2015 06:17:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r31100 r31327 470 470 } 471 471 472 $this->result = compact( 'local_source', 'source', 'source_name', 'source_files', 'destination', 'destination_name', 'local_destination', 'remote_destination', 'clear_destination', 'delete_source_dir');472 $this->result = compact( 'source', 'source_files', 'destination', 'destination_name', 'local_destination', 'remote_destination', 'clear_destination' ); 473 473 474 474 /**
Note: See TracChangeset
for help on using the changeset viewer.