Searched refs:textonly (Results 1 – 1 of 1) sorted by relevance
1600 * @param bool $textonly true returns only plain text, true allows returning html1605 function editorinfo($username, $textonly = false) argument1607 return userlink($username, $textonly);1614 * @param bool $textonly true returns only plain text, true allows returning html1619 function userlink($username = null, $textonly = false) argument1643 'textonly' => $textonly,1647 if ($textonly) {1665 $data['name'] = $textonly ? $info['name'] : hsc($info['name']);1673 $data['name'] = $textonly ? $data['username'] : hsc($data['username']);