Changeset 11380 for trunk/wp-admin/link-manager.php
- Timestamp:
- 05/18/2009 03:11:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r11312 r11380 72 72 <div class="wrap nosubsub"> 73 73 <?php screen_icon(); ?> 74 <h2><?php echo wp_specialchars( $title );74 <h2><?php echo esc_html( $title ); 75 75 if ( isset($_GET['s']) && $_GET['s'] ) 76 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( stripslashes($_GET['s']) ) ); ?>76 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( stripslashes($_GET['s']) ) ); ?> 77 77 </h2> 78 78
Note: See TracChangeset
for help on using the changeset viewer.