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/plugins.php

    r9232 r9233  
    204204
    205205<div class="wrap">
    206     <h2><?php echo $title ?></h2>
     206    <h2><?php echo wp_specialchars( $title ); ?></h2>
    207207
    208208<p><?php _e('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.'); ?></p>
Note: See TracChangeset for help on using the changeset viewer.