constant COMMENT_NOT_PUBLISHED in Drupal 6
Same name and namespace in other branches
- 4 modules/comment.module \COMMENT_NOT_PUBLISHED
- 5 modules/comment/comment.module \COMMENT_NOT_PUBLISHED
- 7 modules/comment/comment.module \COMMENT_NOT_PUBLISHED
Comment is awaiting approval.
6 uses of COMMENT_NOT_PUBLISHED
- 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.
File
- modules/
comment/ comment.module, line 20 - Enables users to comment on published content.
Code
define('COMMENT_NOT_PUBLISHED', 1);