Changeset 9233 for trunk/wp-admin/export.php
- Timestamp:
- 10/17/2008 08:06:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r9232 r9233 23 23 24 24 <div class="wrap"> 25 <h2><?php echo $title?></h2>25 <h2><?php echo wp_specialchars( $title ); ?></h2> 26 26 27 27 <p><?php _e('When you click the button below WordPress will create an XML file for you to save to your computer.'); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.