Changeset 7066 for trunk/wp-admin/export.php
- Timestamp:
- 02/27/2008 07:18:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/export.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r6997 r7066 15 15 <div class="wrap"> 16 16 <h2><?php _e('Export'); ?></h2> 17 <div class="narrow">18 17 <p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p> 19 18 <p><?php _e('This format, which we call WordPress eXtended RSS or WXR, will contain your posts, comments, custom fields, and categories.'); ?></p> 20 19 <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> 21 20 <form action="" method="get"> 22 <h3><?php _e('Option al options'); ?></h3>21 <h3><?php _e('Options'); ?></h3> 23 22 24 <table class=" niceblue">23 <table class="form-table"> 25 24 <tr> 26 <th><?php _e('Restrict Author :'); ?></th>25 <th><?php _e('Restrict Author'); ?></th> 27 26 <td> 28 27 <select name="author"> … … 44 43 </form> 45 44 </div> 46 </div>47 45 48 46 <?php
Note: See TracChangeset
for help on using the changeset viewer.