| 1 | Index: wp-admin/export.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/export.php (revision 7161) |
|---|
| 4 | +++ wp-admin/export.php (working copy) |
|---|
| 5 | @@ -15,7 +15,7 @@ |
|---|
| 6 | <div class="wrap"> |
|---|
| 7 | <h2><?php _e('Export'); ?></h2> |
|---|
| 8 | <p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p> |
|---|
| 9 | -<p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, comments, custom fields, and categories.'); ?></p> |
|---|
| 10 | +<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> |
|---|
| 11 | <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> |
|---|
| 12 | <form action="" method="get"> |
|---|
| 13 | <h3><?php _e('Options'); ?></h3> |
|---|