Make WordPress Core

Changeset 39553


Ignore:
Timestamp:
12/09/2016 08:49:49 PM (8 years ago)
Author:
afercia
Message:

Accessibility: Remove inappropriate content from the Edit Categories and Edit Tags screens headings.

See #26601.

File:
1 edited

Legend:

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

    r39308 r39553  
    291291
    292292<div class="wrap nosubsub">
    293 <h1><?php echo esc_html( $title );
     293<h1 class="wp-heading-inline"><?php echo esc_html( $title ); ?></h1>
     294
     295<?php
    294296if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
    295297    /* translators: %s: search keywords */
     
    297299}
    298300?>
    299 </h1>
     301
     302<hr class="wp-header-end">
    300303
    301304<?php if ( $message ) : ?>
Note: See TracChangeset for help on using the changeset viewer.