Home
last modified time | relevance | path

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

/dports/www/tikiwiki/tiki-21.2/
H A Dcomments.php297 …$comment_preview['parsed'] = $commentslib->parse_comment_data(strip_tags($_REQUEST["comments_data"…
H A Dtiki-view_forum.php257 …$smarty->assign('comments_preview_data', ($commentslib->parse_comment_data($_REQUEST['comments_dat…
/dports/www/tikiwiki/tiki-21.2/lib/comments/
H A Dcommentslib.php783 $res['parsed'] = $this->parse_comment_data($res['data']);
1906 $res["parsed"] = $this->parse_comment_data($res["data"]);
2262 function parse_comment_data($data) function in Comments
2729 $res['parsed'] = $this->parse_comment_data($res['data']);