Changeset 10035 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 12/04/2008 12:01:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r10034 r10035 62 62 <div class="wrap nosubsub"> 63 63 <?php screen_icon(); ?> 64 <?php $h2_search = isset($_GET['s']) && $_GET['s'] ? ' ' . sprintf(__('matching “%s”'), wp_specialchars( stripslashes($_GET['s']) ) ) : ''; ?> 65 <h2><?php echo wp_specialchars( $title ) . $h2_search; ?></h2> 64 <h2><?php echo wp_specialchars( $title ); 65 if ( isset($_GET['s']) && $_GET['s'] ) 66 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( stripslashes($_GET['s']) ) ); ?> 67 </h2> 66 68 67 69 <?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.