]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/import.php
Wordpress 2.8
[autoinstalls/wordpress.git] / wp-admin / import.php
index 9c321e43dee09eaaac354b2e60e8f901a30a5ce0..8b10fc844095b581c717cef5a8ba60bf112c05c6 100644 (file)
@@ -15,7 +15,7 @@ $parent_file = 'tools.php';
 
 <div class="wrap">
 <?php screen_icon(); ?>
-<h2><?php echo wp_specialchars( $title ); ?></h2>
+<h2><?php echo esc_html( $title ); ?></h2>
 <p><?php _e('If you have posts or comments in another system, WordPress can import those into this blog. To get started, choose a system to import from below:'); ?></p>
 
 <?php