constant COMMENT_ANONYMOUS_MAY_CONTACT in Drupal 5
Same name and namespace in other branches
- 8 core/modules/comment/comment.module \COMMENT_ANONYMOUS_MAY_CONTACT
- 4 modules/comment.module \COMMENT_ANONYMOUS_MAY_CONTACT
- 6 modules/comment/comment.module \COMMENT_ANONYMOUS_MAY_CONTACT
- 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
File
- modules/
comment/ comment.module, line 80 - Enables users to comment on published content.
Code
define('COMMENT_ANONYMOUS_MAY_CONTACT', 1);