6 uses of COMMENT_NOT_PUBLISHED in Drupal 6
- comment_admin_overview in modules/
comment/ comment.admin.inc - Form builder; Builds the comment overview form for the admin.
- comment_operations in modules/
comment/ comment.module - Comment operations. We offer different update operations depending on which comment administration page we're on.
- comment_save in modules/
comment/ comment.module - Accepts a submission of new or changed comment content.
- comment_unpublish_action in modules/
comment/ comment.module - Action to unpublish a comment.
- comment_unpublish_by_keyword_action in modules/
comment/ comment.module - Action to unpublish a comment if it contains a certain string.
- template_preprocess_comment in modules/
comment/ comment.module - Process variables for comment.tpl.php.