Covering our XSS bases

git-svn-id: http://svn.automattic.com/wordpress/trunk@9233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2008-10-17 20:06:22 +00:00
parent 61f911c42e
commit 4d2d655490
31 changed files with 31 additions and 31 deletions

View File

@@ -177,7 +177,7 @@ include ('admin-header.php');
<?php endif; ?>
<div class="wrap" id="profile-page">
<h2><?php echo $title ?></h2>
<h2><?php echo wp_specialchars( $title ); ?></h2>
<form id="your-profile" action="" method="post">
<?php wp_nonce_field('update-user_' . $user_id) ?>