Home
last modified time | relevance | path

Searched refs:postTitle (Results 1 – 1 of 1) sorted by relevance

/plugin/botbouncer/lib/
H A Dmollom.php221 * @param string[optional] $postTitle
229 …public static function checkContent($sessionId = null, $postTitle = null, $postBody = null, $autho… argument
232 …if($sessionId === null && $postTitle === null && $postBody === null && $authorName === null && $au…
240 if($postTitle !== null) $parameters['post_title'] = (string) $postTitle;