constant COMMENT_ANONYMOUS_MAYNOT_CONTACT in Drupal 6
Same name and namespace in other branches
- 8 core/modules/comment/comment.module \COMMENT_ANONYMOUS_MAYNOT_CONTACT
- 4 modules/comment.module \COMMENT_ANONYMOUS_MAYNOT_CONTACT
- 5 modules/comment/comment.module \COMMENT_ANONYMOUS_MAYNOT_CONTACT
- 7 modules/comment/comment.module \COMMENT_ANONYMOUS_MAYNOT_CONTACT
Anonymous posters may not enter their contact information.
4 uses of COMMENT_ANONYMOUS_MAYNOT_CONTACT
- comment_form in modules/
comment/ comment.module - Generate the basic commenting form, for appending to a node or display on a separate page.
- comment_form_alter in modules/
comment/ comment.module - Implementation of hook_form_alter().
- comment_update_6002 in modules/
comment/ comment.install - Changed comment settings from global to per-node -- copy global settings to all node types.
- comment_validate in modules/
comment/ comment.module - Validate comment data.
File
- modules/
comment/ comment.module, line 75 - Enables users to comment on published content.
Code
define('COMMENT_ANONYMOUS_MAYNOT_CONTACT', 0);