Make WordPress Core


Ignore:
Timestamp:
07/27/2015 03:12:55 AM (10 years ago)
Author:
markjaquith
Message:

Toggle between dashicons-hidden and dashicons-visibility in the password hide/show button.

fixes #33135

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-new.php

    r33419 r33438  
    405405                <input type="password" name="pass1" id="pass1" class="regular-text" autocomplete="off" data-reveal="1" data-pw="<?php echo esc_attr( $initial_password ); ?>" aria-describedby="pass-strength-result" />
    406406                <button type="button" class="button button-secondary wp-hide-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password' ); ?>">
    407                     <span class="dashicons dashicons-visibility"></span>
     407                    <span class="dashicons dashicons-hidden"></span>
    408408                    <span class="text"><?php _e( 'Hide' ); ?></span>
    409409                </button>
Note: See TracChangeset for help on using the changeset viewer.