Changeset 14966 for trunk/wp-admin/export.php
- Timestamp:
- 05/26/2010 10:18:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r14924 r14966 16 16 require_once('./includes/export.php'); 17 17 $title = __('Export'); 18 19 add_contextual_help($current_screen, '<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 set filters to have the WXR file only include a certain date, author, category, tag, all posts or all pages, certain publishing statuses.') . '</p>' . 20 '<p>' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '</p>' . 21 '<p>' . __('<strong>For more information:</strong>') . '</p>' . 22 '<p>' . sprintf(__('<a href="%s">Export Documentation</a>'), 'http://codex.wordpress.org/Tools_Export_SubPanel') . '</p>' . 23 '<p>' . sprintf(__('<a href="%s">Support Forums</a>'), 'http://wordpress.org/support/') . '</p>' 24 ); 18 25 19 26 if ( isset( $_GET['download'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.