Make WordPress Core


Ignore:
Timestamp:
10/10/2006 09:08:33 AM (19 years ago)
Author:
matt
Message:

Missed one in [4369]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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?>
Note: See TracChangeset for help on using the changeset viewer.