You are here

constant COMMENT_ANONYMOUS_MAY_CONTACT in Drupal 6

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

Anonymous posters may leave their contact information.

1 use of COMMENT_ANONYMOUS_MAY_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 80
Enables users to comment on published content.

Code

define('COMMENT_ANONYMOUS_MAY_CONTACT', 1);