Changeset 4370

Show
Ignore:
Timestamp:
10/10/06 09:08:33 (2 years ago)
Author:
matt
Message:

Missed one in [4369]

Files:

Legend:

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

    r4369 r4370  
    433433$mt_import = new MT_Import(); 
    434434 
    435 register_importer('mt', __('Movable Type and Typepad'), __('Imports <strong>posts and comments</strong> from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch')); 
     435register_importer('mt', __('Movable Type and TypePad'), __('Imports <strong>posts and comments</strong> from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch')); 
    436436?>