Lines Matching defs:textonly
1607 * @param bool $textonly true returns only plain text, true allows returning html
1612 function editorinfo($username, $textonly = false)
1614 return userlink($username, $textonly);
1621 * @param bool $textonly true returns only plain text, true allows returning html
1626 function userlink($username = null, $textonly = false)
1650 'textonly' => $textonly,
1654 if ($textonly) {
1672 $data['name'] = $textonly ? $info['name'] : hsc($info['name']);
1680 $data['name'] = $textonly ? $data['username'] : hsc($data['username']);
1687 if (!$data['textonly'] && empty($data['link']['url'])) {
1716 $data['textonly'] = true;
1719 $data['textonly'] = true;
1723 if ($data['textonly']) {