Ticket #9265: 9265.diff
File 9265.diff, 689 bytes (added by , 16 years ago) |
---|
-
wp-admin/users.php
240 240 <div class="wrap"> 241 241 <?php screen_icon(); ?> 242 242 <h2><?php echo wp_specialchars( $title ); 243 if ( isset($_GET[' s']) && $_GET['s'] )244 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( get_search_query()) ); ?>243 if ( isset($_GET['usersearch']) && $_GET['usersearch'] ) 244 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( $_GET['usersearch'] ) ); ?> 245 245 </h2> 246 246 247 247 <div class="filter">