Changeset 4369 for trunk/wp-admin/import/mt.php
- Timestamp:
- 10/10/2006 09:07:06 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/mt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/mt.php
r4349 r4369 12 12 function header() { 13 13 echo '<div class="wrap">'; 14 echo '<h2>'.__('Import Movable Type and Type pad').'</h2>';14 echo '<h2>'.__('Import Movable Type and TypePad').'</h2>'; 15 15 } 16 16 … … 433 433 $mt_import = new MT_Import(); 434 434 435 register_importer('mt', __('Movable Type and Typepad'), __('Imports <strong>posts and comments</strong> from your Movable Type or Type pad 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.