diff --git a/all-in-one-wp-security/classes/wp-security-general-init-tasks.php b/all-in-one-wp-security/classes/wp-security-general-init-tasks.php index 0682147..c78a922 100644 --- a/all-in-one-wp-security/classes/wp-security-general-init-tasks.php +++ b/all-in-one-wp-security/classes/wp-security-general-init-tasks.php @@ -527,7 +527,7 @@ function process_comment_post( $comment ) } //Don't do captcha for pingback/trackback - if ($comment['comment_type'] != '' && $comment['comment_type'] != 'comment') { + if ($comment['comment_type'] != '' && $comment['comment_type'] != 'comment' && $comment['comment_type'] != 'review') { return $comment; }