Ticket #19395: 19395.diff
| File 19395.diff, 553 bytes (added by nickmomrik, 18 months ago) |
|---|
-
wp-includes/pluggable.php
980 980 $post = get_post( $comment->comment_post_ID ); 981 981 $author = get_userdata( $post->post_author ); 982 982 983 // The post author is no longer a member of the blog 984 if ( ! is_user_member_of_blog( $post->post_author ) ) 985 return false; 986 983 987 // The comment was left by the author 984 988 if ( $comment->user_id == $post->post_author ) 985 989 return false;
