Home
last modified time | relevance | path

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

/plugin/discussion/
Daction.php456 $this->showCommentForm($value['raw'], 'save', $edit);
465 $this->showCommentForm('', 'add');
940 $this->showCommentForm('', 'add', $cid);
1020 protected function showCommentForm($raw, $act, $cid = null) function in action_plugin_discussion