Make WordPress Core


Ignore:
Timestamp:
07/22/2015 12:14:37 AM (11 years ago)
Author:
obenland
Message:

Passwords: Add password strength meter feedback for screen readers.

Also gives context to the show/hide button.

Props rianrietveld, afercia.
Fixes #33032.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r33348 r33353  
    377377        'show' => __( 'Show' ),
    378378        'hide' => __( 'Hide' ),
     379        'ariaShow' => esc_attr__( 'Show password' ),
     380        'ariaHide' => esc_attr__( 'Hide password' ),
    379381    ) );
    380382
Note: See TracChangeset for help on using the changeset viewer.