Home
last modified time | relevance | path

Searched refs:textonly (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dcommon.php1639 * @param bool $textonly true returns only plain text, true allows returning html
1644 function editorinfo($username, $textonly = false)
1646 return userlink($username, $textonly);
1653 * @param bool $textonly true returns only plain text, true allows returning html
1658 function userlink($username = null, $textonly = false)
1682 'textonly' => $textonly,
1686 if ($textonly) {
1704 $data['name'] = $textonly ? $info['name'] : hsc($info['name']);
1712 $data['name'] = $textonly
1620 editorinfo($username, $textonly = false) global() argument
1633 userlink($username = null, $textonly = false) global() argument
[all...]