Ticket #25803: 25803.diff
File 25803.diff, 501 bytes (added by , 11 years ago) |
---|
-
wp-includes/pluggable.php
1650 1650 $user = get_userdata($id); 1651 1651 if ( $user) 1652 1652 $email = $user->user_email; 1653 } elseif ( !empty($id_or_email->comment_author_email) ) { 1653 } 1654 1655 if ( empty($email) && !empty($id_or_email->comment_author_email) ) { 1654 1656 $email = $id_or_email->comment_author_email; 1655 1657 } 1656 1658 } else {