Searched refs:can_add_comments (Results 1 – 5 of 5) sorted by relevance
| /plugin/bez/tpl/ | ||
| H A D | commcause_form.php | 62 <?php if ($tpl->get('thread')->can_add_comments()): ?> |
| H A D | commcause_box.php | 31 <?php if ( $tpl->get('thread')->can_add_comments() && |
| H A D | task.php | 76 …task_edit' && $tpl->param('action') != 'comment_edit' && $tpl->get('task')->can_add_comments()): ?> |
| /plugin/bez/mdl/ | ||
| H A D | Thread.php | 405 public function can_add_comments() { function in dokuwiki\\plugin\\bez\\mdl\\Thread |
| H A D | Task.php | 323 public function can_add_comments() { function in dokuwiki\\plugin\\bez\\mdl\\Task |