Fix H2 in users.php

git-svn-id: http://svn.automattic.com/wordpress/trunk@10053 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-12-05 01:18:19 +00:00
parent 6a9c462d33
commit 2654405a3b

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">