diff options
Diffstat (limited to 'wp-admin/export.php')
| -rw-r--r-- | wp-admin/export.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wp-admin/export.php b/wp-admin/export.php index 1a49700..32de2bb 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -12,8 +12,9 @@ require_once ('admin-header.php'); <div class="wrap">
<h2><?php _e('Export'); ?></h2>
<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('When you click the button below WordPress will create an 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>
+<p><?php _e('Once you\'ve saved the download file, you can use the Import function on another WordPress blog to import this blog.'); ?></p>
<form action="" method="get">
<h3><?php _e('Optional options'); ?></h3>
|
