Changeset 4370 for trunk/wp-admin/import/mt.php
- Timestamp:
- 10/10/2006 09:08:33 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r4369 r4370 433 433 $mt_import = new MT_Import(); 434 434 435 register_importer('mt', __('Movable Type and Type pad'), __('Imports <strong>posts and comments</strong> from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch'));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')); 436 436 ?>
Note: See TracChangeset
for help on using the changeset viewer.