Changeset 5820 for trunk/wp-admin/import/mt.php
- Timestamp:
- 07/27/2007 09:28:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r5700 r5820 178 178 function select_authors() { 179 179 if ( $_POST['upload_type'] === 'ftp' ) { 180 $file['file'] = ABSPATH . ' /wp-content/mt-export.txt';180 $file['file'] = ABSPATH . 'wp-content/mt-export.txt'; 181 181 if ( !file_exists($file['file']) ) 182 182 $file['error'] = __('<code>mt-export.txt</code> does not exist</code>'); … … 412 412 $this->id = (int) $_GET['id']; 413 413 if ( $this->id == 0 ) 414 $this->file = ABSPATH . ' /wp-content/mt-export.txt';414 $this->file = ABSPATH . 'wp-content/mt-export.txt'; 415 415 else 416 416 $this->file = get_attached_file($this->id);
Note: See TracChangeset
for help on using the changeset viewer.