Make WordPress Core


Ignore:
Timestamp:
06/29/2014 02:09:39 PM (11 years ago)
Author:
johnbillion
Message:

Remove the WordPress logo from the focusable elements on the install/update screens. Fixes #28674. Props stompweb

File:
1 edited

Legend:

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

    r28895 r28896  
    147147    <body class="login <?php echo esc_attr( implode( ' ', $classes ) ); ?>">
    148148    <div id="login">
    149         <h1><a href="<?php echo esc_url( $login_header_url ); ?>" title="<?php echo esc_attr( $login_header_title ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
     149        <h1><a href="<?php echo esc_url( $login_header_url ); ?>" title="<?php echo esc_attr( $login_header_title ); ?>" tabindex="-1"><?php bloginfo( 'name' ); ?></a></h1>
    150150    <?php
    151151
Note: See TracChangeset for help on using the changeset viewer.