constant COMMENT_PREVIEW_OPTIONAL in Drupal 4
Same name and namespace in other branches
- 5 modules/comment/comment.module \COMMENT_PREVIEW_OPTIONAL
- 6 modules/comment/comment.module \COMMENT_PREVIEW_OPTIONAL
Constants to define if comment preview is optional or required
1 use of COMMENT_PREVIEW_OPTIONAL
- comment_form in modules/
comment.module
File
- modules/
comment.module, line 63 - Enables users to comment on published content.
Code
define('COMMENT_PREVIEW_OPTIONAL', 0);