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/upgrade.php

    r44451 r44545  
    7171</head>
    7272<body class="wp-core-ui">
    73 <p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></p>
     73<p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></p>
    7474
    7575<?php if ( get_option( 'db_version' ) == $wp_db_version || ! is_blog_installed() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.