Make WordPress Core


Ignore:
Timestamp:
07/01/2015 06:12:04 PM (9 years ago)
Author:
markjaquith
Message:

Slow down on calling zxcvbn if it isn't loaded.

see #32589

File:
1 edited

Legend:

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

    r33023 r33033  
    403403            <div class="wp-pwd hide-if-js">
    404404                <?php $initial_password = wp_generate_password( 24 ); ?>
    405                 <input type="password" name="pass1" id="pass1" class="regular-text" value="<?php echo esc_attr( $initial_password ); ?>" autocomplete="off" data-reveal="1" data-pw="<?php echo esc_attr( $initial_password ); ?>" />
     405                <input type="password" name="pass1" id="pass1" class="regular-text" autocomplete="off" data-reveal="1" data-pw="<?php echo esc_attr( $initial_password ); ?>" />
    406406                <button type="button" class="button button-secondary wp-hide-pw hide-if-no-js" data-toggle="0">
    407407                    <span class="dashicons dashicons-visibility"></span>
Note: See TracChangeset for help on using the changeset viewer.