You are here

constant COMMENT_NODE_READ_WRITE in Drupal 6

Same name and namespace in other branches
  1. 4 modules/comment.module \COMMENT_NODE_READ_WRITE
  2. 5 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
Implementation of hook_form_alter().
comment_link in modules/comment/comment.module
Implementation of hook_link().
comment_links in 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 modules/comment/comment.module
Implementation of hook_nodeapi().
comment_render in modules/comment/comment.module
Renders comment(s).

... See full list

File

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

Code

define('COMMENT_NODE_READ_WRITE', 2);