Covering our XSS bases

git-svn-id: https://develop.svn.wordpress.org/trunk@9233 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-10-17 20:06:22 +00:00
parent 377ad4f01d
commit 202c2fc0be
31 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ do_action('install_plugins_pre_' . $tab); //Used to override the general interfa
include('admin-header.php');
?>
<div class="wrap">
<h2><?php echo $title ?></h2>
<h2><?php echo wp_specialchars( $title ); ?></h2>
<ul class="subsubsub">
<?php