Changeset 3141

Show
Ignore:
Timestamp:
11/18/05 01:36:20 (3 years ago)
Author:
ryan
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/import/mt.php

    r3098 r3141  
    417417$mt_import = new MT_Import(); 
    418418 
    419 register_importer('mt', 'Movable Type', 'Import posts and comments from your Movable Type blog', array ($mt_import, 'dispatch')); 
     419//register_importer('mt', 'Movable Type', 'Import posts and comments from your Movable Type blog', array ($mt_import, 'dispatch')); 
    420420?>