Changeset 11380 for trunk/wp-admin/edit.php
- Timestamp:
- 05/18/2009 03:11:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r11312 r11380 97 97 <div class="wrap"> 98 98 <?php screen_icon(); ?> 99 <h2><?php echo wp_specialchars( $title );99 <h2><?php echo esc_html( $title ); 100 100 if ( isset($_GET['s']) && $_GET['s'] ) 101 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( get_search_query() ) ); ?>101 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( get_search_query() ) ); ?> 102 102 </h2> 103 103
Note: See TracChangeset
for help on using the changeset viewer.