Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dcommon.php1600 * @param bool $textonly true returns only plain text, true allows returning html
1605 function editorinfo($username, $textonly = false) argument
1607 return userlink($username, $textonly);
1614 * @param bool $textonly true returns only plain text, true allows returning html
1619 function userlink($username = null, $textonly = false) argument
1643 'textonly' => $textonly,
1647 if ($textonly) {
1665 $data['name'] = $textonly ? $info['name'] : hsc($info['name']);
1673 $data['name'] = $textonly ? $data['username'] : hsc($data['username']);