Home
last modified time | relevance | path

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

/dokuwiki/inc/Action/
H A DLocked.php52 editorinfo($INFO['locked']) . '</div></li>';
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php158 $html = '<bdi>' . editorinfo($this->val('user')) . '</bdi>';
/dokuwiki/inc/Ui/
H A DPageDiff.php446 editorinfo($info['user'], true),
/dokuwiki/inc/
H A Dtemplate.php962 $out .= '<bdi>' . editorinfo($INFO['editor']) . '</bdi>';
970 $out .= '<bdi>' . editorinfo($INFO['locked']) . '</bdi>';
H A Dcommon.php1644 function editorinfo($username, $textonly = false)
1620 function editorinfo($username, $textonly = false) { global() function