Display the search query when searching users. Fixes #9265 for trunk props johnbillion.
git-svn-id: https://develop.svn.wordpress.org/trunk@10694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
71502d6382
commit
891e588a54
@ -240,8 +240,8 @@ if ( ! empty($messages) ) {
|
||||
<div class="wrap">
|
||||
<?php screen_icon(); ?>
|
||||
<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() ) ); ?>
|
||||
if ( isset($_GET['usersearch']) && $_GET['usersearch'] )
|
||||
printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( $_GET['usersearch'] ) ); ?>
|
||||
</h2>
|
||||
|
||||
<div class="filter">
|
||||
|
Loading…
Reference in New Issue
Block a user