diff --git a/wp-includes/functions-post.php b/wp-includes/functions-post.php index 56f583e7a0..c5eca43896 100644 --- a/wp-includes/functions-post.php +++ b/wp-includes/functions-post.php @@ -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;