Make WordPress Core


Ignore:
Timestamp:
10/17/2008 08:06:22 PM (17 years ago)
Author:
markjaquith
Message:

Covering our XSS bases

File:
1 edited

Legend:

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

    r9232 r9233  
    2323
    2424<div class="wrap">
    25 <h2><?php echo $title ?></h2>
     25<h2><?php echo wp_specialchars( $title ); ?></h2>
    2626
    2727<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.