diff --git a/wp-admin/export.php b/wp-admin/export.php index c44df6a1d..f4bd046b3 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -16,6 +16,28 @@ if ( !current_user_can('export') ) require_once('./includes/export.php'); $title = __('Export'); +function add_js() { +?> + +' . __('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.') . '

' . '

' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '

' . @@ -142,7 +164,7 @@ function export_date_options() {