Make WordPress Core

Changeset 39542


Ignore:
Timestamp:
12/07/2016 11:29:07 PM (7 years ago)
Author:
afercia
Message:

Accessibility: Remove inappropriate content from the old Edit Media screen heading.

See #26601.

File:
1 edited

Legend:

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

    r38725 r39542  
    104104
    105105<div class="wrap">
    106 <h1>
     106<h1 class="wp-heading-inline"><?php
     107echo esc_html( $title );
     108?></h1>
     109
    107110<?php
    108 echo esc_html( $title );
    109111if ( current_user_can( 'upload_files' ) ) { ?>
    110112    <a href="media-new.php" class="page-title-action"><?php echo esc_html_x('Add New', 'file'); ?></a>
    111113<?php } ?>
    112 </h1>
     114
     115<hr class="wp-header-end">
    113116
    114117<form method="post" class="media-upload-form" id="media-single-form">
Note: See TracChangeset for help on using the changeset viewer.