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:
parent
546f3c348b
commit
83c6f85cd5
|
@ -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; ?>
|
||||
|
|
Loading…
Reference in New Issue