Changeset 10034 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 12/04/2008 09:20:52 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r9969 r10034 131 131 <div class="wrap nosubsub"> 132 132 <?php screen_icon(); ?> 133 <h2><?php echo wp_specialchars( $title ); ?></h2> 133 <?php $h2_search = isset($_GET['s']) && $_GET['s'] ? ' ' . sprintf(__('matching “%s”'), wp_specialchars( stripslashes($_GET['s']) ) ) : ''; ?> 134 <h2><?php echo wp_specialchars( $title ) . $h2_search; ?></h2> 134 135 135 136 <?php if ( isset($_GET['message']) && ( $msg = (int) $_GET['message'] ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.