Don't register MT importer since it's not quite ready.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-11-18 01:36:20 +00:00
parent 2b178e8737
commit 1f9a6fdb92
1 changed files with 1 additions and 1 deletions

View File

@ -416,5 +416,5 @@ class MT_Import {
$mt_import = new MT_Import();
register_importer('mt', 'Movable Type', 'Import posts and comments from your Movable Type blog', array ($mt_import, 'dispatch'));
//register_importer('mt', 'Movable Type', 'Import posts and comments from your Movable Type blog', array ($mt_import, 'dispatch'));
?>