File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ function display_setup_form( $error = null ) {
140140 <td>
141141 <div class="wp-pwd">
142142 <?php $ initial_password = isset ( $ _POST ['admin_password ' ] ) ? stripslashes ( $ _POST ['admin_password ' ] ) : wp_generate_password ( 18 ); ?>
143- <input type="password" name="admin_password" id="pass1" class="regular-text ltr " spellcheck="false" autocomplete="new-password" data-reveal="1" data-pw="<?php echo esc_attr ( $ initial_password ); ?> " aria-describedby="pass-strength-result" />
143+ <input type="password" name="admin_password" id="pass1" class="regular-text" spellcheck="false" autocomplete="new-password" data-reveal="1" data-pw="<?php echo esc_attr ( $ initial_password ); ?> " aria-describedby="pass-strength-result" />
144144 <button type="button" class="button wp-hide-pw hide-if-no-js" data-start-masked="<?php echo (int ) isset ( $ _POST ['admin_password ' ] ); ?> " data-toggle="0" aria-label="<?php esc_attr_e ( 'Hide password ' ); ?> ">
145145 <span class="dashicons dashicons-hidden"></span>
146146 <span class="text"><?php _e ( 'Hide ' ); ?> </span>
You can’t perform that action at this time.
0 commit comments