admin comments skip validation
This commit is contained in:
parent
0073013ef5
commit
9433f88372
@ -104,7 +104,7 @@
|
|||||||
$arr['ip-address'] = $v;
|
$arr['ip-address'] = $v;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (apply_filters('comment_validate', true, $arr))
|
if ($loggedin || apply_filters('comment_validate', true, $arr))
|
||||||
return $arr;
|
return $arr;
|
||||||
else return false;
|
else return false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user