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.

13 uses of COMMENT_NOT_PUBLISHED
CommentActionsTestCase::testCommentPublishUnpublishActions in drupal-7.x/modules/comment/comment.test
Test comment publish and unpublish actions.
CommentInterfaceTest::testCommentClasses in drupal-7.x/modules/comment/comment.test
Tests CSS classes on comments.
comment_admin_overview in drupal-7.x/modules/comment/comment.admin.inc
Form builder for the comment overview administration form.
comment_admin_overview_submit in drupal-7.x/modules/comment/comment.admin.inc
Process comment_admin_overview form submissions.
comment_count_unpublished in drupal-7.x/modules/comment/comment.module
Returns a menu title which includes the number of unapproved comments.

... See full list

File

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

Code

define('COMMENT_NOT_PUBLISHED', 0)