Changeset 32974 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 06/27/2015 03:40:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r32792 r32974 313 313 314 314 <div class="wrap nosubsub"> 315 <h 2><?php echo esc_html( $title );315 <h1><?php echo esc_html( $title ); 316 316 if ( !empty($_REQUEST['s']) ) 317 317 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( wp_unslash($_REQUEST['s']) ) ); ?> 318 </h 2>318 </h1> 319 319 320 320 <?php if ( $message ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.