Ticket #27006: 27006.patch
| File 27006.patch, 824 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/user-new.php
400 400 </tr> 401 401 <tr> 402 402 <th scope="row"><label for="send_password"><?php _e('Send Password?') ?></label></th> 403 <td><label for="send_password"><input type="checkbox" name="send_password" id="send_password" <?php checked( $new_user_send_password ); ?> /> <?php _e('Send this password to the new user by email.'); ?></label></td>403 <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> 404 404 </tr> 405 405 <?php endif; ?> 406 406 <?php } // !is_multisite ?>