You are here

constant COMMENT_NOT_PUBLISHED in Drupal 5

Same name and namespace in other branches
  1. 4 modules/comment.module \COMMENT_NOT_PUBLISHED
  2. 6 modules/comment/comment.module \COMMENT_NOT_PUBLISHED
  3. 7 modules/comment/comment.module \COMMENT_NOT_PUBLISHED

Comment is awaiting approval.

9 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/garland/comment.tpl.php
comment.tpl.php in themes/pushbutton/comment.tpl.php
comment.tpl.php in themes/engines/phptemplate/comment.tpl.php

... See full list

File

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

Code

define('COMMENT_NOT_PUBLISHED', 1);