Changeset 33438 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 07/27/2015 03:12:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r33419 r33438 405 405 <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" /> 406 406 <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> 408 408 <span class="text"><?php _e( 'Hide' ); ?></span> 409 409 </button>
Note: See TracChangeset
for help on using the changeset viewer.