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