constant COMMENT_NODE_READ_WRITE

Comments are enabled on this node.

8 uses of COMMENT_NODE_READ_WRITE
comment_form_alter in drupal-6.x/modules/comment/comment.module
Implementation of hook_form_alter().
comment_link in drupal-6.x/modules/comment/comment.module
Implementation of hook_link().
comment_links in drupal-6.x/modules/comment/comment.module
Build command links for a comment (e.g.\ edit, reply, delete) with respect to the current user's access permissions.
comment_nodeapi in drupal-6.x/modules/comment/comment.module
Implementation of hook_nodeapi().
comment_render in drupal-6.x/modules/comment/comment.module
Renders comment(s).

... See full list

File

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

Code

define('COMMENT_NODE_READ_WRITE', 2)