Same name and namespace in other branches
  1. 5.x modules/comment/comment.module \COMMENT_PUBLISHED
  2. 6.x modules/comment/comment.module \COMMENT_PUBLISHED
  3. 7.x modules/comment/comment.module \COMMENT_PUBLISHED
9 uses of COMMENT_PUBLISHED
comment_admin_overview in modules/comment.module
Menu callback; present an administrative comment listing.
comment_form_add_preview in modules/comment.module
comment_num_new in modules/comment.module
get number of new comments for current user and specified node
comment_num_replies in modules/comment.module
comment_operations in modules/comment.module
Comment operations. We offer different update operations depending on which comment administration page we're on.

... See full list

File

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

Code

define('COMMENT_PUBLISHED', 0);