Index: wp-admin/includes/import.php
===================================================================
--- wp-admin/includes/import.php	(revision 16404)
+++ wp-admin/includes/import.php	(working copy)
@@ -56,7 +56,7 @@
  *
  * @since 2.0.0
  *
- * @return array
+ * @return array Uploaded file's details on success, error message on failure
  */
 function wp_import_handle_upload() {
 	if ( !isset($_FILES['import']) ) {
@@ -73,7 +73,7 @@
 
 	$url = $file['url'];
 	$type = $file['type'];
-	$file = addslashes( $file['file'] );
+	$file = $file['file'];
 	$filename = basename( $file );
 
 	// Construct the object array
