Changeset 33353 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 07/22/2015 12:14:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r33249 r33353 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 ); ?>" />406 <button type="button" class="button button-secondary wp-hide-pw hide-if-no-js" data-toggle="0" >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 <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 407 <span class="dashicons dashicons-visibility"></span> 408 408 <span class="text"><?php _e( 'Hide' ); ?></span> 409 409 </button> 410 <div style="display:none" id="pass-strength-result" ></div>410 <div style="display:none" id="pass-strength-result" aria-live="polite"></div> 411 411 </div> 412 412 <p><span class="description"><?php _e( 'A password reset link will be sent to the user via email.' ); ?></span></p>
Note: See TracChangeset
for help on using the changeset viewer.