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

    r28780 r28896  
    9191</head>
    9292<body class="wp-core-ui<?php echo $body_classes ?>">
    93 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>
     93<h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></h1>
    9494
    9595<?php
Note: See TracChangeset for help on using the changeset viewer.