Changeset 10034 for trunk/wp-admin/link-manager.php
- Timestamp:
- 12/04/2008 09:20:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r10012 r10034 72 72 <div class="wrap nosubsub"> 73 73 <?php screen_icon(); ?> 74 <h2><?php echo wp_specialchars( $title ); ?></h2> 74 <?php $h2_search = isset($_GET['s']) && $_GET['s'] ? ' ' . sprintf(__('matching “%s”'), wp_specialchars( stripslashes($_GET['s']) ) ) : ''; ?> 75 <h2><?php echo wp_specialchars( $title ) . $h2_search; ?></h2> 75 76 76 77 <?php
Note: See TracChangeset
for help on using the changeset viewer.