Make WordPress Core


Ignore:
Timestamp:
05/02/2020 09:44:48 PM (5 years ago)
Author:
johnbillion
Message:

Upgrade/Install: Unlink the logo on the installation and config setup screens.

This allows for a natural tab order during installation, without negatively impacting users who use the keyboard for navigation, those who use a screen reader, or those who use neither.

Props lwill, afercia, audrasjb.

Fixes #47759

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/setup-config.php

    r47478 r47746  
    116116</head>
    117117<body class="<?php echo implode( ' ', $body_classes ); ?>">
    118 <p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></p>
     118<p id="logo"><?php _e( 'WordPress' ); ?></p>
    119119    <?php
    120120} // End function setup_config_display_header();
Note: See TracChangeset for help on using the changeset viewer.