Remove duplicate label on Add New User screen.
props abhishekfdd. fixes #31131. Built from https://develop.svn.wordpress.org/trunk@31777 git-svn-id: http://core.svn.wordpress.org/trunk@31757 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bc54c02021
commit
2c98f83b70
|
@ -402,7 +402,7 @@ if ( apply_filters( 'show_password_fields', true ) ) : ?>
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="send_password"><?php _e('Send Password?') ?></label></th>
|
||||
<th scope="row"><?php _e('Send Password?') ?></th>
|
||||
<td><label for="send_password"><input type="checkbox" name="send_password" id="send_password" value="1" <?php checked( $new_user_send_password ); ?> /> <?php _e('Send this password to the new user by email.'); ?></label></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-beta1-31776';
|
||||
$wp_version = '4.2-beta1-31777';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue