Make WordPress Core

Changeset 31777


Ignore:
Timestamp:
03/14/2015 01:03:18 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Remove duplicate label on Add New User screen.

props abhishekfdd.
fixes #31131.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/user-new.php

    r31298 r31777  
    403403    </tr>
    404404    <tr>
    405         <th scope="row"><label for="send_password"><?php _e('Send Password?') ?></label></th>
     405        <th scope="row"><?php _e('Send Password?') ?></th>
    406406        <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>
    407407    </tr>
Note: See TracChangeset for help on using the changeset viewer.