Ticket #17635: themes-search-subtitle.diff
| File themes-search-subtitle.diff, 598 bytes (added by kawauso, 2 years ago) |
|---|
-
wp-admin/themes.php
79 79 <?php endif; 80 80 else : ?> 81 81 <h2> 82 <?php echo esc_html( $title ); ?> 83 <?php endif; ?> 82 <?php echo esc_html( $title ); 83 endif; 84 if ( isset($_REQUEST['s']) && $_REQUEST['s'] ) 85 printf( '<span class="subtitle">' . sprintf( __( 'Search results for “%s”' ), wp_html_excerpt( esc_html( stripslashes( $_REQUEST['s'] ) ), 50 ) ) . '</span>' ); ?> 84 86 </h2> 85 87 86 88 <h3><?php _e('Current Theme'); ?></h3>
