diff options
Diffstat (limited to 'wp-includes/comment.php')
-rw-r--r-- | wp-includes/comment.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 45fe0f8..3189b14 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -257,10 +257,6 @@ function wp_blacklist_check($author, $email, $url, $comment, $user_ip, $user_age if ( preg_match($pattern, $user_agent) ) return true; } - if ( isset($_SERVER['REMOTE_ADDR']) ) { - if ( wp_proxy_check($_SERVER['REMOTE_ADDR']) ) return true; - } - return false; } |