Changeset 33438 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 07/27/2015 03:12:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r33420 r33438 471 471 <input type="password" name="pass1" id="pass1" class="regular-text" value="" autocomplete="off" data-pw="<?php echo esc_attr( wp_generate_password( 24 ) ); ?>" aria-describedby="pass-strength-result" /> 472 472 <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' ); ?>"> 473 <span class="dashicons dashicons- visibility"></span>473 <span class="dashicons dashicons-hidden"></span> 474 474 <span class="text"><?php _e( 'Hide' ); ?></span> 475 475 </button>
Note: See TracChangeset
for help on using the changeset viewer.