Home
last modified time | relevance | path

Searched +full:replies +(+path:plugin +path:discussion) -(+path:plugin +path:discussion +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/discussion/
H A Daction.php478 $rids = $comments[$cid]['replies'];
553 'replies' => array(),
711 if (is_array($comments[$cid]['replies'])) {
747 // replies to this comment entry?
882 if (!count($comment['replies'])) {
887 foreach ($comment['replies'] as $rid) {
1364 $rids = $comment['replies'];
1645 if (is_array($comment['replies'])) { // and the replies
1646 foreach ($comment['replies'] as $rid) {
1711 if (is_array($comment['replies'])) { // and the replies
[all …]
H A Dconvert.php142 'replies' => array()
H A Dadmin.php230 if (count($comment['replies'])) {
231 foreach ($comment['replies'] as $rid) {