Ticket #31131: user-new.php.patch
| File user-new.php.patch, 627 bytes (added by , 11 years ago) |
|---|
-
wp-admin/user-new.php
402 402 </td> 403 403 </tr> 404 404 <tr> 405 <th scope="row">< label for="send_password"><?php _e('Send Password?') ?></label></th>405 <th scope="row"><?php _e('Send Password?') ?></th> 406 406 <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> 407 407 </tr> 408 408 <?php endif; ?>