constant COMMENT_NODE_READ_ONLY in Drupal 6
Same name and namespace in other branches
- 4 modules/comment.module \COMMENT_NODE_READ_ONLY
- 5 modules/comment/comment.module \COMMENT_NODE_READ_ONLY
Comments for this node are locked.
2 uses of COMMENT_NODE_READ_ONLY
- template_preprocess_forum_icon in modules/
forum/ forum.module - Process variables to format the icon for each individual topic.
- _blogapi_mt_extra in modules/
blogapi/ blogapi.module - Handles extra information sent by clients according to MovableType's spec.
File
- modules/
comment/ comment.module, line 105 - Enables users to comment on published content.
Code
define('COMMENT_NODE_READ_ONLY', 1);