You are here

constant COMMENT_NODE_DISABLED in Drupal 4

Same name and namespace in other branches
  1. 5 modules/comment/comment.module \COMMENT_NODE_DISABLED
  2. 6 modules/comment/comment.module \COMMENT_NODE_DISABLED

Constants to define a node's comment state

2 uses of COMMENT_NODE_DISABLED
theme_forum_icon in modules/forum.module
Format the icon for each individual topic.
_blogapi_mt_extra in modules/blogapi.module
Handles extra information sent by clients according to MovableType's spec.

File

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

Code

define('COMMENT_NODE_DISABLED', 0);