Missed one in [4369]

git-svn-id: http://svn.automattic.com/wordpress/trunk@4370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2006-10-10 09:08:33 +00:00
parent 59b3ce97cf
commit df4be26fb0
1 changed files with 1 additions and 1 deletions

View File

@ -432,5 +432,5 @@ class MT_Import {
$mt_import = new MT_Import();
register_importer('mt', __('Movable Type and Typepad'), __('Imports <strong>posts and comments</strong> from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch'));
register_importer('mt', __('Movable Type and TypePad'), __('Imports <strong>posts and comments</strong> from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch'));
?>