From 0a24ddec5a20d8515f7ffadc3af107b938957353 Mon Sep 17 00:00:00 2001 From: Dougal Campbell Date: Wed, 16 Feb 2005 22:01:52 +0000 Subject: [PATCH] Oops. Stupid typo. Thanks, Ryan. git-svn-id: https://develop.svn.wordpress.org/trunk@2358 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;