constant COMMENT_NOT_PUBLISHED

  1. 7.x drupal-7.x/modules/comment/comment.module COMMENT_NOT_PUBLISHED
  2. 6.x drupal-6.x/modules/comment/comment.module COMMENT_NOT_PUBLISHED

Comment is awaiting approval.

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

... See full list

File

drupal-6.x/modules/comment/comment.module, line 20
Enables users to comment on published content.

Code

define('COMMENT_NOT_PUBLISHED', 1)