Changeset 32974 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 06/27/2015 03:40:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r32333 r32974 141 141 142 142 <div class="wrap"> 143 <h 2><?php143 <h1><?php 144 144 if ( $post_id ) 145 145 echo sprintf( __( 'Comments on “%s”' ), … … 154 154 if ( isset($_REQUEST['s']) && $_REQUEST['s'] ) 155 155 echo '<span class="subtitle">' . sprintf( __( 'Search results for “%s”' ), wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…' ) ) . '</span>'; ?> 156 </h 2>156 </h1> 157 157 158 158 <?php
Note: See TracChangeset
for help on using the changeset viewer.