Make WordPress Core


Ignore:
Timestamp:
12/07/2016 08:17:56 PM (8 years ago)
Author:
afercia
Message:

Accessibility: Remove inappropriate content from the Link Manager screens headings.

See #26601.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/link-manager.php

    r38958 r39537  
    8080
    8181<div class="wrap nosubsub">
    82 <h1><?php echo esc_html( $title ); ?> <a href="link-add.php" class="page-title-action"><?php echo esc_html_x('Add New', 'link'); ?></a> <?php
     82<h1 class="wp-heading-inline"><?php
     83echo esc_html( $title );
     84?></h1>
     85
     86<a href="link-add.php" class="page-title-action"><?php echo esc_html_x( 'Add New', 'link' ); ?></a>
     87
     88<?php
    8389if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
    8490    /* translators: %s: search keywords */
     
    8692}
    8793?>
    88 </h1>
     94
     95<hr class="wp-header-end">
    8996
    9097<?php
Note: See TracChangeset for help on using the changeset viewer.