Changeset 33450 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 07/27/2015 09:24:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r33438 r33450 403 403 <div class="wp-pwd hide-if-js"> 404 404 <?php $initial_password = wp_generate_password( 24 ); ?> 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" /> 405 <span class="password-input-wrapper"> 406 <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" /> 407 </span> 406 408 <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 409 <span class="dashicons dashicons-hidden"></span>
Note: See TracChangeset
for help on using the changeset viewer.