Did you know ... Search Documentation:
Pack blog_core -- prolog/bc/bc_data_comment.pl
PublicShow source
 bc_comment_tree(+EntryId, -Tree) is det
Retrieves the tree of comments for the post.
 bc_comment_save(+EntryId, +Comment, -Id) is det
Saves a new comment.
 bc_comment_remove(+Actor, +EntryId, +Id) is det
Removes the given comment. Requires update access on the entry.

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

 bc_export_comments(Arg1)