Ticket #32563: 32563.patch
File 32563.patch, 508 bytes (added by , 9 years ago) |
---|
-
wp-includes/user.php
2434 2434 2435 2435 update_user_option( $user_id, 'default_password_nag', true, true ); //Set up the Password change nag. 2436 2436 2437 wp_new_user_notification( $user_id, $user_pass ); 2437 if ( apply_filters( 'send_new_user_notification', true, $user_id ) ) 2438 wp_new_user_notification( $user_id, $user_pass ); 2438 2439 2439 2440 return $user_id; 2440 2441 }