Oops. Stupid typo. Thanks, Ryan.

git-svn-id: https://develop.svn.wordpress.org/trunk@2358 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2005-02-16 22:01:52 +00:00
parent 586092fa0a
commit 0a24ddec5a

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;