Home
last modified time | relevance | path

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

/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-list_comments.php202 $result = $commentslib->unarchive_thread($id);
H A Dtiki-view_forum_thread.php198 $commentslib->unarchive_thread($_REQUEST['comments_parentId']);
/dports/www/tikiwiki/tiki-21.2/lib/core/Services/Comment/
H A DController.php516 $commentslib->unarchive_thread($threadId);
/dports/www/tikiwiki/tiki-21.2/lib/comments/
H A Dcommentslib.php3682 function unarchive_thread($threadId, $parentId = 0) function in Comments