Changeset 11380 for trunk/wp-admin/users.php
- Timestamp:
- 05/18/2009 03:11:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r11312 r11380 240 240 <div class="wrap"> 241 241 <?php screen_icon(); ?> 242 <h2><?php echo wp_specialchars( $title );242 <h2><?php echo esc_html( $title ); 243 243 if ( isset($_GET['usersearch']) && $_GET['usersearch'] ) 244 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( $_GET['usersearch'] ) ); ?>244 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $_GET['usersearch'] ) ); ?> 245 245 </h2> 246 246
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)