Omit the "(required)" text for password on the install screen.
fixes #33163 git-svn-id: https://develop.svn.wordpress.org/trunk@33471 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
35acd9abf8
commit
220ea93449
@ -133,7 +133,6 @@ function display_setup_form( $error = null ) {
|
||||
<th scope="row">
|
||||
<label for="pass1">
|
||||
<?php _e( 'Password' ); ?>
|
||||
<span class="description hide-if-js"><?php _e( '(required)' ); ?></span>
|
||||
</label>
|
||||
</th>
|
||||
<td>
|
||||
|
Loading…
Reference in New Issue
Block a user