You are here

12 uses of COMMENT_PUBLISHED in Drupal 4

comment_admin_overview in modules/comment.module
Menu callback; present an administrative comment listing.
comment_form_add_preview in modules/comment.module
comment_nodeapi in modules/comment.module
Implementation of hook_nodeapi().
comment_num_new in modules/comment.module
get number of new comments for current user and specified node
comment_num_replies in modules/comment.module
comment_operations in modules/comment.module
Comment operations. We offer different update operations depending on which comment administration page we're on.
comment_render in modules/comment.module
comment_reply in modules/comment.module
comment_save in modules/comment.module
Accepts a submission of new or changed comment content.
theme_comment_block in modules/comment.module
tracker_page in modules/tracker.module
Menu callback. Prints a listing of active nodes on the site.
_comment_update_node_statistics in modules/comment.module
Updates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.