Ticket #26601: 26601.edit-comments.diff
File 26601.edit-comments.diff, 787 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/edit-comments.php
194 194 ?> 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 */ 200 200 printf( __( 'Comments on “%s”' ), … … 206 206 } else { 207 207 _e( 'Comments' ); 208 208 } 209 ?></h1> 209 210 211 <?php 210 212 if ( isset($_REQUEST['s']) && strlen( $_REQUEST['s'] ) ) { 211 213 echo '<span class="subtitle">'; 212 214 /* translators: %s: search keywords */ … … 215 217 ); 216 218 echo '</span>'; 217 219 } 218 ?> </h1>220 ?> 219 221 222 <hr class="wp-header-end"> 223 220 224 <?php 221 225 if ( isset( $_REQUEST['error'] ) ) { 222 226 $error = (int) $_REQUEST['error'];