From 9722f6a8cb85e1b58c824ac50e27da18ff542ad3 Mon Sep 17 00:00:00 2001 From: nacin Date: Sun, 5 Dec 2010 11:21:08 +0000 Subject: [PATCH] Export filtering JS and minor tweaks. props duck_, see #15197. git-svn-id: http://svn.automattic.com/wordpress/trunk@16733 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/export.php | 24 +++++++++++++++++++++++- wp-admin/includes/export.php | 1 + 2 files changed, 24 insertions(+), 1 deletion(-) 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() {