Typo fix. Bug 423.
git-svn-id: https://develop.svn.wordpress.org/trunk@1843 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
feca248c64
commit
ecc156d4bd
@ -1673,7 +1673,7 @@ function check_comment($author, $email, $url, $comment, $user_ip) {
|
||||
if ( preg_match($pattern, $url) ) return false;
|
||||
if ( preg_match($pattern, $comment) ) 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user