Same name and namespace in other branches
  1. 4.7.x modules/comment.module \COMMENT_NOT_PUBLISHED
  2. 5.x modules/comment/comment.module \COMMENT_NOT_PUBLISHED
  3. 6.x modules/comment/comment.module \COMMENT_NOT_PUBLISHED

Comment is awaiting approval.

14 uses of COMMENT_NOT_PUBLISHED
CommentActionsTestCase::testCommentPublishUnpublishActions in modules/comment/comment.test
Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentPublishUnpublishHooks in modules/comment/comment.test
Test comment publish and unpublish hooks.
CommentActionsTestCase::testCommentUnpublishByKeyword in modules/comment/comment.test
Tests the unpublish comment by keyword action.
CommentInterfaceTest::testCommentClasses in modules/comment/comment.test
Tests CSS classes on comments.
comment_admin_overview in modules/comment/comment.admin.inc
Form builder for the comment overview administration form.

... See full list

File

modules/comment/comment.module, line 15
Enables users to comment on published content.

Code

define('COMMENT_NOT_PUBLISHED', 0);