Oops. Stupid typo. Thanks, Ryan.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2005-02-16 22:01:52 +00:00
parent 86e5a8a70d
commit 55b747eb07
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ function wp_blacklist_check($author, $email, $url, $comment, $user_ip, $user_age
}
if ( isset($_SERVER['REMOTE_ADDR']) ) {
if ( $wp_proxy_check($_SERVER['REMOTE_ADDR']) ) return true;
if ( wp_proxy_check($_SERVER['REMOTE_ADDR']) ) return true;
}
return false;