Changes in trunk/wp-admin/includes/import.php [16608:11971]
- File:
-
- 1 edited
-
trunk/wp-admin/includes/import.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/import.php
r16608 r11971 57 57 * @since 2.0.0 58 58 * 59 * @return array Uploaded file's details on success, error message on failure59 * @return array 60 60 */ 61 61 function wp_import_handle_upload() { … … 74 74 $url = $file['url']; 75 75 $type = $file['type']; 76 $file = $file['file'];76 $file = addslashes( $file['file'] ); 77 77 $filename = basename( $file ); 78 78
Note: See TracChangeset
for help on using the changeset viewer.