From 55b747eb077e4db99e5770ab2f0a886b74576765 Mon Sep 17 00:00:00 2001 From: emc3 Date: Wed, 16 Feb 2005 22:01:52 +0000 Subject: [PATCH] Oops. Stupid typo. Thanks, Ryan. git-svn-id: http://svn.automattic.com/wordpress/trunk@2358 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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;