Changeset 16608
- Timestamp:
- 11/29/2010 02:40:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/import.php
r11971 r16608 57 57 * @since 2.0.0 58 58 * 59 * @return array 59 * @return array Uploaded file's details on success, error message on failure 60 60 */ 61 61 function wp_import_handle_upload() { … … 74 74 $url = $file['url']; 75 75 $type = $file['type']; 76 $file = addslashes( $file['file'] );76 $file = $file['file']; 77 77 $filename = basename( $file ); 78 78
Note: See TracChangeset
for help on using the changeset viewer.