constant COMMENT_PUBLISHED in Drupal 4
Same name and namespace in other branches
- 5 modules/comment/comment.module \COMMENT_PUBLISHED
- 6 modules/comment/comment.module \COMMENT_PUBLISHED
- 7 modules/comment/comment.module \COMMENT_PUBLISHED
12 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_nodeapi in modules/
comment.module - Implementation of hook_nodeapi().
- 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
File
- modules/
comment.module, line 15 - Enables users to comment on published content.
Code
define('COMMENT_PUBLISHED', 0);