Changeset 10034 for trunk/wp-admin/users.php
- Timestamp:
- 12/04/2008 09:20:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r9912 r10034 240 240 <div class="wrap"> 241 241 <?php screen_icon(); ?> 242 <h2><?php echo wp_specialchars( $title ); ?></h2> 242 <?php $h2_search = isset($_GET['s']) && $_GET['s'] ? ' ' . sprintf(__('matching “%s”'), wp_specialchars( get_search_query() ) ) : ''; ?> 243 <h2><?php echo wp_specialchars( $title ) . $h2_search; ?></h2> 243 244 244 245 <div class="filter">
Note: See TracChangeset
for help on using the changeset viewer.