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-admin/install.php

    r44451 r44545  
    7878</head>
    7979<body class="wp-core-ui<?php echo $body_classes; ?>">
    80 <p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></p>
     80<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></p>
    8181
    8282    <?php
Note: See TracChangeset for help on using the changeset viewer.