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/theme-editor.php

    r9232 r9233  
    100100?>
    101101<div class="wrap">
    102 <h2><?php echo $title ?></h2>
     102<h2><?php echo wp_specialchars( $title ); ?></h2>
    103103<div class="bordertitle">
    104104    <form id="themeselector" action="theme-editor.php" method="post">
Note: See TracChangeset for help on using the changeset viewer.