Math Comment Spam Protection wordlress 3 does not work Is there a solution?
Math Comment Spam Protection wordlress 3 does not work Is there a solution?
problem resolved
Find Line 211 math-comment-spam-protection.php
if ( ( !isset($user_ID) ) && ( $comment_data['comment_type'] == ” ) ) { // Do not check if the user is registered & do not check trackbacks/pingbacks
change
if ( ( ! is_user_logged_in() ) && ( $comment_data['comment_type'] == '' ) ) { // Do not check if the user is registered & do not check trackbacks/pingbacks
This topic has been closed to new replies.