You are here

constant COMMENT_ANONYMOUS_MUST_CONTACT in Drupal 7

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. 5 modules/comment/comment.module \COMMENT_ANONYMOUS_MUST_CONTACT
  4. 6 modules/comment/comment.module \COMMENT_ANONYMOUS_MUST_CONTACT

Anonymous posters are required to leave their contact information.

1 use of COMMENT_ANONYMOUS_MUST_CONTACT
comment_form in modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.

File

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

Code

define('COMMENT_ANONYMOUS_MUST_CONTACT', 2);