Lines Matching defs:textonly
1641 * @param bool $textonly true returns only plain text, true allows returning html
1646 function editorinfo($username, $textonly = false)
1648 return userlink($username, $textonly);
1655 * @param bool $textonly true returns only plain text, true allows returning html
1660 function userlink($username = null, $textonly = false)
1684 'textonly' => $textonly,
1688 if ($textonly) {
1706 $data['name'] = $textonly ? $info['name'] : hsc($info['name']);
1714 $data['name'] = $textonly ? $data['username'] : hsc($data['username']);
1721 if (!$data['textonly'] && empty($data['link']['url'])) {
1750 $data['textonly'] = true;
1753 $data['textonly'] = true;
1757 if ($data['textonly']) {