diff --git a/comments.php b/comments.php index 66f9c91..01bce0e 100644 --- a/comments.php +++ b/comments.php @@ -104,7 +104,7 @@ $arr['ip-address'] = $v; } - if (apply_filters('comment_validate', true, $arr)) + if ($loggedin || apply_filters('comment_validate', true, $arr)) return $arr; else return false;