Ticket #43908: 43908.diff
File 43908.diff, 529 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/includes/file.php
2160 2160 2161 2161 // Save the export file in the request. 2162 2162 update_post_meta( $request_id, '_export_file_url', $archive_url ); 2163 update_post_meta( $request_id, '_export_file_path', $archive_pathname);2163 update_post_meta( $request_id, '_export_file_path', wp_normalize_path( $archive_pathname ) ); 2164 2164 } 2165 2165 2166 2166 /**