Changes from trunk/wp-admin/import/opml.php at r10175 to branches/2.7/wp-admin/import/opml.php at r10612
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-admin/import/opml.php
r10175 r10612 93 93 } else { // try to get the upload file. 94 94 $overrides = array('test_form' => false, 'test_type' => false); 95 $_FILES['userfile']['name'] .= '.txt'; 95 96 $file = wp_handle_upload($_FILES['userfile'], $overrides); 96 97
Note: See TracChangeset
for help on using the changeset viewer.