Make WordPress Core

Changeset 39552


Ignore:
Timestamp:
12/09/2016 06:58:51 PM (8 years ago)
Author:
afercia
Message:

Accessibility: Remove inappropriate content from the Edit Comments screen heading.

See #26601.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-comments.php

    r38958 r39552  
    195195
    196196<div class="wrap">
    197 <h1><?php
     197<h1 class="wp-heading-inline"><?php
    198198if ( $post_id ) {
    199199    /* translators: %s: link to post */
     
    207207    _e( 'Comments' );
    208208}
    209 
     209?></h1>
     210
     211<?php
    210212if ( isset($_REQUEST['s']) && strlen( $_REQUEST['s'] ) ) {
    211213    echo '<span class="subtitle">';
     
    216218    echo '</span>';
    217219}
    218 ?></h1>
     220?>
     221
     222<hr class="wp-header-end">
    219223
    220224<?php
Note: See TracChangeset for help on using the changeset viewer.