From e16287f1faddd4a1d09f7fcb8369f9d4f50c84b2 Mon Sep 17 00:00:00 2001
From: Andrew 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: https://develop.svn.wordpress.org/trunk@16733 602fd350-edb4-49c9-b593-d223f7449a82
---
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 c44df6a1da..f4bd046b35 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() {