constant COMMENT_NODE_READ_WRITE in Drupal 5
Same name and namespace in other branches
- 4 modules/comment.module \COMMENT_NODE_READ_WRITE
- 6 modules/comment/comment.module \COMMENT_NODE_READ_WRITE
Comments are enabled on this node.
8 uses of COMMENT_NODE_READ_WRITE
- comment_form_alter in modules/
comment/ comment.module - comment_link in modules/
comment/ comment.module - Implementation of hook_link().
- comment_links in modules/
comment/ comment.module - comment_nodeapi in modules/
comment/ comment.module - Implementation of hook_nodeapi().
- comment_render in modules/
comment/ comment.module - Renders comment(s).
File
- modules/
comment/ comment.module, line 110 - Enables users to comment on published content.
Code
define('COMMENT_NODE_READ_WRITE', 2);