Make WordPress Core


Ignore:
Timestamp:
12/01/2011 01:17:14 AM (14 years ago)
Author:
nacin
Message:

Help tweaks for users, tools. props jane, see #19020.

File:
1 edited

Legend:

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

    r19462 r19509  
    4040
    4141get_current_screen()->add_help_tab( array(
    42     'id'      => 'export',
    43     'title'   => __('Export'),
     42    'id'      => 'overview',
     43    'title'   => __('Overview'),
    4444    'content' => '<p>' . __('You can export a file of your site&#8217;s content in order to import it into another installation or platform. The export file will be an XML file format called WXR. Posts, pages, comments, custom fields, categories, and tags can be included. You can choose for the WXR file to include only certain posts or pages by setting the dropdown filters to  limit the export by category, author, date range by month, or publishing status.') . '</p>' .
    4545        '<p>' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '</p>',
     
    126126<p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p>
    127127<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.'); ?></p>
    128 <p><?php _e('Once you&#8217;ve saved the download file, you can use the Import function in another WordPress installation to import this site.'); ?></p>
     128<p><?php _e('Once you&#8217;ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site.'); ?></p>
    129129
    130130<h3><?php _e( 'Choose what to export' ); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.