Changeset 11380 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 05/18/2009 03:11:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-pages.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r11318 r11380 105 105 <div class="wrap"> 106 106 <?php screen_icon(); ?> 107 <h2><?php echo wp_specialchars( $title );107 <h2><?php echo esc_html( $title ); 108 108 if ( isset($_GET['s']) && $_GET['s'] ) 109 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( get_search_query() ) ); ?>109 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( get_search_query() ) ); ?> 110 110 </h2> 111 111
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)