Better description for WXR. Fixes #6093 props thenlich and MtDewVirus.

git-svn-id: https://develop.svn.wordpress.org/trunk@7191 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-03-09 22:14:49 +00:00
parent 8a55b3c977
commit 48d8fcf41e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ require_once ('admin-header.php');
<div class="wrap"> <div class="wrap">
<h2><?php _e('Export'); ?></h2> <h2><?php _e('Export'); ?></h2>
<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('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('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.'); ?></p>
<p><?php _e('Once you&#8217;ve saved the download file, you can use the Import function on another WordPress blog to import this blog.'); ?></p> <p><?php _e('Once you&#8217;ve saved the download file, you can use the Import function on another WordPress blog to import this blog.'); ?></p>
<form action="" method="get"> <form action="" method="get">
<h3><?php _e('Options'); ?></h3> <h3><?php _e('Options'); ?></h3>