Make WordPress Core


Ignore:
Timestamp:
10/06/2006 01:14:47 AM (19 years ago)
Author:
matt
Message:

Some UI cleanups, changes, and various miscellany.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/export.php

    r4144 r4349  
    1212<div class="wrap">
    1313<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>
    1617<form action="" method="get">
    1718<p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?> &raquo;" />
     
    1920</p>
    2021</form>
     22</div>
    2123</div>
    2224
Note: See TracChangeset for help on using the changeset viewer.