From 53c53c0bc8a01872d3086e0cb0eb7603381dbb75 Mon Sep 17 00:00:00 2001 From: westi Date: Wed, 4 Mar 2009 08:16:53 +0000 Subject: [PATCH] Display the search query when searching users. Fixes #9265 for trunk props johnbillion. git-svn-id: http://svn.automattic.com/wordpress/trunk@10694 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/users.php b/wp-admin/users.php index 44a736f4e..d107fb0f9 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -240,8 +240,8 @@ if ( ! empty($messages) ) {

' . __('Search results for “%s”') . '', wp_specialchars( get_search_query() ) ); ?> +if ( isset($_GET['usersearch']) && $_GET['usersearch'] ) + printf( '' . __('Search results for “%s”') . '', wp_specialchars( $_GET['usersearch'] ) ); ?>