Make WordPress Core

Changeset 9361


Ignore:
Timestamp:
10/26/2008 06:40:20 PM (17 years ago)
Author:
westi
Message:

Syncronise the messages for Import/Export of WXR. Fixes #6557 props mtdewvirus.

File:
1 edited

Legend:

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

    r9327 r9361  
    5050    function greet() {
    5151        echo '<div class="narrow">';
    52         echo '<p>'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, comments, custom fields, and categories into this blog.').'</p>';
     52        echo '<p>'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this blog.').'</p>';
    5353        echo '<p>'.__('Choose a WordPress WXR file to upload, then click Upload file and import.').'</p>';
    5454        wp_import_upload_form("admin.php?import=wordpress&amp;step=1");
     
    789789$wp_import = new WP_Import();
    790790
    791 register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, pages, and categories</strong> from a WordPress export file.'), array ($wp_import, 'dispatch'));
     791register_importer('wordpress', 'WordPress', __('Import <strong>posts, pages, comments, custom fields, categories, and tags</strong> from a WordPress export file.'), array ($wp_import, 'dispatch'));
    792792
    793793?>
Note: See TracChangeset for help on using the changeset viewer.