Changeset 39552
- Timestamp:
- 12/09/2016 06:58:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r38958 r39552 195 195 196 196 <div class="wrap"> 197 <h1 ><?php197 <h1 class="wp-heading-inline"><?php 198 198 if ( $post_id ) { 199 199 /* translators: %s: link to post */ … … 207 207 _e( 'Comments' ); 208 208 } 209 209 ?></h1> 210 211 <?php 210 212 if ( isset($_REQUEST['s']) && strlen( $_REQUEST['s'] ) ) { 211 213 echo '<span class="subtitle">'; … … 216 218 echo '</span>'; 217 219 } 218 ?></h1> 220 ?> 221 222 <hr class="wp-header-end"> 219 223 220 224 <?php
Note: See TracChangeset
for help on using the changeset viewer.