Make WordPress Core

Ticket #9265: 9265.diff

File 9265.diff, 689 bytes (added by johnbillion, 16 years ago)
  • wp-admin/users.php

     
    240240<div class="wrap">
    241241<?php screen_icon(); ?>
    242242<h2><?php echo wp_specialchars( $title );
    243 if ( isset($_GET['s']) && $_GET['s'] )
    244         printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', wp_specialchars( get_search_query() ) ); ?>
     243if ( isset($_GET['usersearch']) && $_GET['usersearch'] )
     244        printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', wp_specialchars( $_GET['usersearch'] ) ); ?>
    245245</h2>
    246246
    247247<div class="filter">