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