Remove duplicate label on Add New User screen.

props abhishekfdd.
fixes #31131.

git-svn-id: https://develop.svn.wordpress.org/trunk@31777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-03-14 01:03:18 +00:00
parent 546f3c348b
commit 83c6f85cd5
1 changed files with 1 additions and 1 deletions

View File

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