Make WordPress Core


Ignore:
Timestamp:
05/23/2017 05:57:42 PM (8 years ago)
Author:
afercia
Message:

Administration: Fix some HTML validation errors.

Fixes some minor HTML issues in the admin and, most notably, changes the rel
attribute used in the List Tables from rel="permalink" to rel="bookmark".

Props mihai2u, pento, arena, topher1kenobe, michalzuber, stubgo.
Fixes #37004.

File:
1 edited

Legend:

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

    r40323 r40823  
    15211521        <div id="find-posts-head" class="find-box-head">
    15221522            <?php _e( 'Attach to existing content' ); ?>
    1523             <button type="button" id="find-posts-close"><span class="screen-reader-text"><?php _e( 'Close media attachment panel' ); ?></button>
     1523            <button type="button" id="find-posts-close"><span class="screen-reader-text"><?php _e( 'Close media attachment panel' ); ?></span></button>
    15241524        </div>
    15251525        <div class="find-box-inside">
Note: See TracChangeset for help on using the changeset viewer.