Make WordPress Core

Changeset 4361


Ignore:
Timestamp:
10/07/2006 11:50:13 PM (18 years ago)
Author:
markjaquith
Message:

WXR export shouldn't sell itself short!

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/export.php

    r4349 r4361  
    1414<div class="narrow">
    1515<p><?php _e('When you click the button below WordPress will create a XML file for you to save to your computer.'); ?></p>
    16 <p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, comments, custom fields, and categories.'); ?></p>
     16<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, comments, custom fields and categories.'); ?></p>
    1717<form action="" method="get">
    1818<p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?> &raquo;" />
  • trunk/wp-admin/import/wordpress.php

    r4349 r4361  
    2727    function greet() {
    2828        echo '<div class="narrow">';
    29         echo '<p>'.__('Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts and comments into this blog.').'</p>';
     29        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>';
    3030        wp_import_upload_form("admin.php?import=wordpress&amp;step=1");
    3131        echo '</div>';
     
    309309$wp_import = new WP_Import();
    310310
    311 register_importer('wordpress', 'WordPress', __('Import posts from a WordPress export file'), array ($wp_import, 'dispatch'));
     311register_importer('wordpress', 'WordPress', __('Import <strong>posts, comments, custom fields and categories</strong> from a WordPress export file'), array ($wp_import, 'dispatch'));
    312312
    313313?>
Note: See TracChangeset for help on using the changeset viewer.