summaryrefslogtreecommitdiffstats
path: root/wp-admin/export.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-10-06 07:02:57 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-10-06 07:02:57 +0000
commita5b29f6db23d18f819bb6676d05863dcd7504eb9 (patch)
tree4807bdb393534ae43d21f6348949497e3b6c5c1e /wp-admin/export.php
parent6e038c5171a02fc6920d376ba49d14fadbb8a5e0 (diff)
downloadwordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.tar.gz
wordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.tar.xz
wordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.zip
WP Merge to rev 4349
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@793 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/export.php')
-rw-r--r--wp-admin/export.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/wp-admin/export.php b/wp-admin/export.php
index 300d6c9..f0d7b7d 100644
--- a/wp-admin/export.php
+++ b/wp-admin/export.php
@@ -11,13 +11,16 @@ require_once ('admin-header.php');
<div class="wrap">
<h2><?php _e('Export'); ?></h2>
-<p><?php _e('This will allow you to download an export of your WordPress posts and comments in a XML format.'); ?></p>
+<div class="narrow">
+<p><?php _e('When you click the button below WordPress will create a XML file for you to save to your computer.'); ?></p>
+<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, comments, custom fields, and categories.'); ?></p>
<form action="" method="get">
<p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?> &raquo;" />
<input type="hidden" name="download" value="true" />
</p>
</form>
</div>
+</div>
<?php