Community Documentation

COMMENT_NODE_DISABLED

  1. drupal
    1. 4.7 comment.module
    2. 5 comment.module
    3. 6 comment.module

Comments for this node are disabled.

File

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

Code

<?php
define('COMMENT_NODE_DISABLED', 0)
?>

Comments

Changed in Drupal 7

This constant also exists in Drupal 7, but it has changed to:
COMMENT_NODE_HIDDEN

http://api.drupal.org/api/drupal/modules--comment--comment.module/consta...

Login or register to post comments