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

    r27469 r28896  
    6060</head>
    6161<body class="wp-core-ui">
    62 <h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></h1>
     62<h1 id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></h1>
    6363
    6464<?php if ( get_option( 'db_version' ) == $wp_db_version || !is_blog_installed() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.