Make WordPress Core


Ignore:
Timestamp:
01/10/2019 05:20:59 PM (7 years ago)
Author:
afercia
Message:

Accessibility: Remove negative tabindex from the login, install, and setup pages header.

Props bamadesigner, rishishah, jainnidhi.
Fixes #42632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r44489 r44545  
    188188    ?>
    189189    <div id="login">
    190         <h1><a href="<?php echo esc_url( $login_header_url ); ?>" title="<?php echo esc_attr( $login_header_title ); ?>" tabindex="-1"><?php echo $login_header_text; ?></a></h1>
     190        <h1><a href="<?php echo esc_url( $login_header_url ); ?>" title="<?php echo esc_attr( $login_header_title ); ?>"><?php echo $login_header_text; ?></a></h1>
    191191    <?php
    192192
Note: See TracChangeset for help on using the changeset viewer.