Changeset 10034 for trunk/wp-admin/upload.php
- Timestamp:
- 12/04/2008 09:20:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r9967 r10034 165 165 <div class="wrap"> 166 166 <?php screen_icon(); ?> 167 <h2><?php echo wp_specialchars( $title ); ?></h2> 167 <?php $h2_search = isset($_GET['s']) && $_GET['s'] ? ' ' . sprintf(__('matching “%s”'), wp_specialchars( get_search_query() ) ) : ''; ?> 168 <h2><?php echo wp_specialchars( $title ) . $h2_search; ?></h2> 168 169 169 170 <?php
Note: See TracChangeset
for help on using the changeset viewer.