Home
last modified time | relevance | path

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

/plugin/botbouncer/lib/
H A Dmollom.php226 * @param string[optional] $authorOpenId
229 … = null, $authorName = null, $authorUrl = null, $authorEmail = null, $authorOpenId = null, $author… argument
232 …thorName === null && $authorUrl === null && $authorEmail === null && $authorOpenId === null && $au…
245 if($authorOpenId != null) $parameters['author_openid'] = (string) $authorOpenId;