Make WordPress Core


Ignore:
Timestamp:
01/10/2019 05:20:59 PM (6 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/maint/repair.php

    r43571 r44545  
    2424</head>
    2525<body class="wp-core-ui">
    26 <p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></p>
     26<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></p>
    2727
    2828<?php
Note: See TracChangeset for help on using the changeset viewer.