Make WordPress Core


Ignore:
Timestamp:
06/29/2014 02:09:39 PM (10 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/setup-config.php

    r28744 r28896  
    104104</head>
    105105<body class="wp-core-ui<?php if ( is_rtl() ) echo ' rtl'; ?>">
    106 <h1 id="logo"><a href="<?php esc_attr_e( 'https://wordpress.org/' ); ?>"><?php _e( 'WordPress' ); ?></a></h1>
     106<h1 id="logo"><a href="<?php esc_attr_e( 'https://wordpress.org/' ); ?>" tabindex="-1"><?php _e( 'WordPress' ); ?></a></h1>
    107107<?php
    108108} // end function setup_config_display_header();
Note: See TracChangeset for help on using the changeset viewer.