Make WordPress Core

Changeset 35977


Ignore:
Timestamp:
12/16/2015 10:29:38 PM (9 years ago)
Author:
afercia
Message:

Accessibility: Correctly associate the search input label in the new Themes favorites tab introduced in [35527].

Fixes #35122.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r35527 r35977  
    155155
    156156            <p>
    157                 <label for="user"><?php _e( 'Your WordPress.org username:' ); ?></label>
     157                <label for="wporg-username-input"><?php _e( 'Your WordPress.org username:' ); ?></label>
    158158                <input type="search" id="wporg-username-input" value="<?php echo esc_attr( $user ); ?>" />
    159159                <input type="button" class="button button-secondary favorites-form-submit" value="<?php esc_attr_e( 'Get Favorites' ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.