You are here

constant COMMENT_ANONYMOUS_MUST_CONTACT in Drupal 5

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

Anonymous posters must leave their contact information.

2 uses of COMMENT_ANONYMOUS_MUST_CONTACT
comment_form in modules/comment/comment.module
comment_validate in modules/comment/comment.module

File

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

Code

define('COMMENT_ANONYMOUS_MUST_CONTACT', 2);