Searched refs:textonly (Results 1 – 1 of 1) sorted by relevance
1608 * @param bool $textonly true returns only plain text, true allows returning html1613 function editorinfo($username, $textonly = false) argument1615 return userlink($username, $textonly);1622 * @param bool $textonly true returns only plain text, true allows returning html1627 function userlink($username = null, $textonly = false) argument1651 'textonly' => $textonly,1655 if ($textonly) {1673 $data['name'] = $textonly ? $info['name'] : hsc($info['name']);1681 $data['name'] = $textonly ? $data['username'] : hsc($data['username']);