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

    r47230 r47746  
    7575</head>
    7676<body class="wp-core-ui<?php echo $body_classes; ?>">
    77 <p id="logo"><a href="<?php echo esc_url( __( 'https://wordpress.org/' ) ); ?>"><?php _e( 'WordPress' ); ?></a></p>
     77<p id="logo"><?php _e( 'WordPress' ); ?></p>
    7878
    7979    <?php
Note: See TracChangeset for help on using the changeset viewer.