Typo fix. Bug 423.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ec4cfef503
commit
02db3ad66b
|
@ -1673,7 +1673,7 @@ function check_comment($author, $email, $url, $comment, $user_ip) {
|
||||||
if ( preg_match($pattern, $url) ) return false;
|
if ( preg_match($pattern, $url) ) return false;
|
||||||
if ( preg_match($pattern, $comment) ) return false;
|
if ( preg_match($pattern, $comment) ) return false;
|
||||||
if ( preg_match($pattern, $user_ip) ) return false;
|
if ( preg_match($pattern, $user_ip) ) return false;
|
||||||
if ( preg_match($pattern, $useg_agent) ) return false;
|
if ( preg_match($pattern, $user_agent) ) return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue