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:
Mark Jaquith 2015-07-29 01:20:26 +00:00
parent ff32df7c07
commit 3bed2e36aa
2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -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.