Changeset 19509 for trunk/wp-admin/export.php
- Timestamp:
- 12/01/2011 01:17:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r19462 r19509 40 40 41 41 get_current_screen()->add_help_tab( array( 42 'id' => ' export',43 'title' => __(' Export'),42 'id' => 'overview', 43 'title' => __('Overview'), 44 44 'content' => '<p>' . __('You can export a file of your site’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>' . 45 45 '<p>' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '</p>', … … 126 126 <p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p> 127 127 <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’ve saved the download file, you can use the Import function in another WordPress installation to import th is site.'); ?></p>128 <p><?php _e('Once you’ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site.'); ?></p> 129 129 130 130 <h3><?php _e( 'Choose what to export' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.