constant COMMENT_ANONYMOUS_MAY_CONTACT

  1. 7.x drupal-7.x/modules/comment/comment.module COMMENT_ANONYMOUS_MAY_CONTACT
  2. 6.x drupal-6.x/modules/comment/comment.module COMMENT_ANONYMOUS_MAY_CONTACT

Anonymous posters may leave their contact information.

2 uses of COMMENT_ANONYMOUS_MAY_CONTACT
comment_form in drupal-6.x/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_alter in drupal-6.x/modules/comment/comment.module
Implementation of hook_form_alter().

File

drupal-6.x/modules/comment/comment.module, line 80
Enables users to comment on published content.

Code

define('COMMENT_ANONYMOUS_MAY_CONTACT', 1)