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:
parent
987580e03f
commit
26f3bc7c16
@ -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 “%s”') . '</span>', wp_specialchars( get_search_query() ) ); ?>
|
||||
<h2>
|
||||
</h2>
|
||||
|
||||
<div class="filter">
|
||||
<form id="list-filter" action="" method="get">
|
||||
|
Loading…
Reference in New Issue
Block a user