Home
last modified time | relevance | path

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

/plugin/blogtng/syntax/
H A Dcommentreply.php64 $comment = $commenthelper->comment_by_cid($cid);
/plugin/blogtng/helper/
H A Dcomments.php45 public function comment_by_cid($cid) { function in helper_plugin_blogtng_comments
678 $comment = $this->comment_by_cid($row['cid']);
/plugin/blogtng/
H A Dadmin.php213 … $comment = $this->commenthelper->comment_by_cid($INPUT->get->str('comment-cid'));