Skip to content

Commit ded0653

Browse files
committed
Remove class from another Install screen field
1 parent 17e03e3 commit ded0653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)