Make WordPress Core


Ignore:
Timestamp:
12/05/2006 07:15:12 AM (18 years ago)
Author:
ryan
Message:

Some string changes. Props MichaelH. fixes #2724

File:
1 edited

Legend:

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

    r4558 r4608  
    2828        echo '<div class="narrow">';
    2929        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>';
     30        echo '<p>'.__('Choose a WordPress WXR file to upload, then click Upload file and import.').'</p>';
    3031        wp_import_upload_form("admin.php?import=wordpress&amp;step=1");
    3132        echo '</div>';
     
    341342$wp_import = new WP_Import();
    342343
    343 register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, and categories</strong> from a WordPress export file'), array ($wp_import, 'dispatch'));
     344register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields, pages, and categories</strong> from a WordPress export file'), array ($wp_import, 'dispatch'));
    344345
    345346?>
Note: See TracChangeset for help on using the changeset viewer.