Changeset 10037 for trunk/wp-admin/users.php
- Timestamp:
- 12/04/2008 06:18:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r10035 r10037 241 241 <?php screen_icon(); ?> 242 242 <h2><?php echo wp_specialchars( $title ); 243 <?phpif ( isset($_GET['s']) && $_GET['s'] )243 if ( isset($_GET['s']) && $_GET['s'] ) 244 244 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( get_search_query() ) ); ?> 245 245 <h2>
Note: See TracChangeset
for help on using the changeset viewer.