- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-file-upload-upgrader.php
r45583 r47122 57 57 } 58 58 59 // Handle a newly uploaded file, Else assume it's already been uploaded59 // Handle a newly uploaded file. Else, assume it's already been uploaded. 60 60 if ( ! empty( $_FILES ) ) { 61 61 $overrides = array( … … 72 72 $this->package = $file['file']; 73 73 74 // Construct the object array 74 // Construct the object array. 75 75 $object = array( 76 76 'post_title' => $this->filename,
Note: See TracChangeset
for help on using the changeset viewer.