Changeset 10034 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 12/04/2008 09:20:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r9914 r10034 87 87 <div class="wrap"> 88 88 <?php screen_icon(); ?> 89 <h2><?php echo wp_specialchars( $title ); ?></h2> 89 <?php $h2_search = isset($_GET['s']) && $_GET['s'] ? ' ' . sprintf(__('matching “%s”'), wp_specialchars( stripslashes($_GET['s']) ) ) : ''; ?> 90 <h2><?php echo wp_specialchars( $title ) . $h2_search; ?></h2> 90 91 91 92 <?php
Note: See TracChangeset
for help on using the changeset viewer.