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

git-svn-id: https://develop.svn.wordpress.org/trunk@3141 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-11-18 01:36:20 +00:00
parent 4b3f2a3cb4
commit f9e0982d6a
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'));
?>