Searched refs:textonly (Results 1 – 1 of 1) sorted by relevance
1558 * @param bool $textonly true returns only plain text, true allows returning html1563 function editorinfo($username, $textonly = false) argument1565 return userlink($username, $textonly);1572 * @param bool $textonly true returns only plain text, true allows returning html1577 function userlink($username = null, $textonly = false) argument1601 'textonly' => $textonly,1605 if ($textonly) {1623 $data['name'] = $textonly ? $info['name'] : hsc($info['name']);1631 $data['name'] = $textonly ? $data['username'] : hsc($data['username']);