Fix H2 in users.php

git-svn-id: https://develop.svn.wordpress.org/trunk@10053 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-12-05 01:18:19 +00:00
parent 987580e03f
commit 26f3bc7c16
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ if ( ! empty($messages) ) {
<h2><?php echo wp_specialchars( $title );
if ( isset($_GET['s']) && $_GET['s'] )
printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', wp_specialchars( get_search_query() ) ); ?>
<h2>
</h2>
<div class="filter">
<form id="list-filter" action="" method="get">