Changeset 5962 for trunk/wp-admin/import/mt.php
- Timestamp:
- 08/28/2007 08:25:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r5948 r5962 180 180 $file['file'] = ABSPATH . 'wp-content/mt-export.txt'; 181 181 if ( !file_exists($file['file']) ) 182 $file['error'] = __('<code>mt-export.txt</code> does not exist </code>');182 $file['error'] = __('<code>mt-export.txt</code> does not exist'); 183 183 } else { 184 184 $file = wp_import_handle_upload();
Note: See TracChangeset
for help on using the changeset viewer.