Ticket #14927: 14927.show.search.results.text.patch
| File 14927.show.search.results.text.patch, 585 bytes (added by , 15 years ago) |
|---|
-
wp-admin/upload.php
163 163 <div class="wrap"> 164 164 <?php screen_icon(); ?> 165 165 <h2><?php echo esc_html( $title ); ?> <a href="media-new.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'file'); ?></a> <?php 166 if ( isset($_GET['s']) && $_GET['s'])166 if ( ! empty( $_REQUEST['s'] ) ) 167 167 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', get_search_query() ); ?> 168 168 </h2> 169 169