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)
?>
Login or register to post commentsComments for this node are disabled.
<?php
define('COMMENT_NODE_DISABLED', 0)
?>
Login or register to post comments
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...