From ae484584028c752efb5faa4c02259556e853d26e Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 19 Sep 2006 16:06:15 +0000 Subject: WP Merge to 4197 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@761 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/comment.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wp-includes/comment.php') 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; } -- cgit