Changeset 4349 for trunk/wp-admin/export.php
- Timestamp:
- 10/06/2006 01:14:47 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r4144 r4349 12 12 <div class="wrap"> 13 13 <h2><?php _e('Export'); ?></h2> 14 <p><?php _e('This will allow you to download an export of your WordPress posts and comments in a XML format.'); ?></p> 15 <p>We need some more text here. Maybe talking about the export file or how to save it.</p> 14 <div class="narrow"> 15 <p><?php _e('When you click the button below WordPress will create a XML file for you to save to your computer.'); ?></p> 16 <p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, comments, custom fields, and categories.'); ?></p> 16 17 <form action="" method="get"> 17 18 <p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?> »" /> … … 19 20 </p> 20 21 </form> 22 </div> 21 23 </div> 22 24
Note: See TracChangeset
for help on using the changeset viewer.