Changeset 11380 for trunk/wp-admin/export.php
- Timestamp:
- 05/18/2009 03:11:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r11204 r11380 25 25 <div class="wrap"> 26 26 <?php screen_icon(); ?> 27 <h2><?php echo wp_specialchars( $title ); ?></h2>27 <h2><?php echo esc_html( $title ); ?></h2> 28 28 29 29 <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.