Changeset 10695
- Timestamp:
- 03/04/2009 08:20:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-admin/users.php
r10053 r10695 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
Note: See TracChangeset
for help on using the changeset viewer.