id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 38891 Profile of wp_password_change_notification does not fit with the do_action( 'after_password_reset', $user, $new_pass ); jyd44 "In wp-includes/pluggable.php, the function wp_password_change_notification is declared as: function wp_password_change_notification( $user ) in wp-includes/default_filters.php, line 369, the action is added as: add_action( 'after_password_reset', 'wp_password_change_notification' ); in wp-includes/user.php, line 2228, the action 'after_password_reset' is called as: do_action( 'after_password_reset', $user, $new_pass ); Is it possible to clarify. " defect (bug) closed normal General 4.7 normal invalid