Make WordPress Core


Ignore:
Timestamp:
02/27/2008 10:05:50 PM (17 years ago)
Author:
ryan
Message:

Make punctuation consistent. Props hervada and lloydbudd. fixes #5880

File:
1 edited

Legend:

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

    r7065 r7072  
    741741$wp_import = new WP_Import();
    742742
    743 register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, pages, and categories</strong> from a WordPress export file'), array ($wp_import, 'dispatch'));
     743register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, pages, and categories</strong> from a WordPress export file.'), array ($wp_import, 'dispatch'));
    744744
    745745?>
Note: See TracChangeset for help on using the changeset viewer.