Remove extraneous tag. Props nbachiyski. fixes #4838

git-svn-id: https://develop.svn.wordpress.org/trunk@5962 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-08-28 20:25:57 +00:00
parent f763c751d8
commit 299c9e1109
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ class MT_Import {
if ( $_POST['upload_type'] === 'ftp' ) {
$file['file'] = ABSPATH . 'wp-content/mt-export.txt';
if ( !file_exists($file['file']) )
$file['error'] = __('<code>mt-export.txt</code> does not exist</code>');
$file['error'] = __('<code>mt-export.txt</code> does not exist');
} else {
$file = wp_import_handle_upload();
}
@ -447,4 +447,4 @@ class MT_Import {
$mt_import = new MT_Import();
register_importer('mt', __('Movable Type and TypePad'), __('Import posts and comments from a Movable Type or Typepad blog'), array ($mt_import, 'dispatch'));
?>
?>