You are here

constant COMMENT_NOT_PUBLISHED in Drupal 4

Same name and namespace in other branches
  1. 5 modules/comment/comment.module \COMMENT_NOT_PUBLISHED
  2. 6 modules/comment/comment.module \COMMENT_NOT_PUBLISHED
  3. 7 modules/comment/comment.module \COMMENT_NOT_PUBLISHED
8 uses of COMMENT_NOT_PUBLISHED
chameleon_comment in themes/chameleon/chameleon.theme
comment.tpl.php in themes/bluemarine/comment.tpl.php
comment.tpl.php in themes/pushbutton/comment.tpl.php
comment.tpl.php in themes/engines/phptemplate/comment.tpl.php
comment_admin_overview in modules/comment.module
Menu callback; present an administrative comment listing.

... See full list

File

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

Code

define('COMMENT_NOT_PUBLISHED', 1);