Home
last modified time | relevance | path

Searched refs:textonly (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dcommon.php1608 * @param bool $textonly true returns only plain text, true allows returning html
1613 function editorinfo($username, $textonly = false) argument
1615 return userlink($username, $textonly);
1622 * @param bool $textonly true returns only plain text, true allows returning html
1627 function userlink($username = null, $textonly = false) argument
1651 'textonly' => $textonly,
1655 if ($textonly) {
1673 $data['name'] = $textonly ? $info['name'] : hsc($info['name']);
1681 $data['name'] = $textonly ? $data['username'] : hsc($data['username']);