Make WordPress Core


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

Capitalization fixes in importers. Hat tip: Niall.

File:
1 edited

Legend:

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

    r4349 r4369  
    1212    function header() {
    1313        echo '<div class="wrap">';
    14         echo '<h2>'.__('Import Movable Type and Typepad').'</h2>';
     14        echo '<h2>'.__('Import Movable Type and TypePad').'</h2>';
    1515    }
    1616
     
    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.