Omit the "(required)" text for password on the install screen.
fixes #33163 Built from https://develop.svn.wordpress.org/trunk@33471 git-svn-id: http://core.svn.wordpress.org/trunk@33438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ff32df7c07
commit
3bed2e36aa
|
@ -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>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta4-33470';
|
||||
$wp_version = '4.3-beta4-33471';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue