constant COMMENT_FORM_SEPARATE_PAGE in Drupal 4
Same name and namespace in other branches
- 5 modules/comment/comment.module \COMMENT_FORM_SEPARATE_PAGE
- 6 modules/comment/comment.module \COMMENT_FORM_SEPARATE_PAGE
- 7 modules/comment/comment.module \COMMENT_FORM_SEPARATE_PAGE
Constants to define the comment form location
4 uses of COMMENT_FORM_SEPARATE_PAGE
- comment_configure in modules/
comment.module - Menu callback; presents the comment settings page.
- comment_link in modules/
comment.module - Implementation of hook_link().
- comment_render in modules/
comment.module - theme_comment_post_forbidden in modules/
comment.module
File
- modules/
comment.module, line 50 - Enables users to comment on published content.
Code
define('COMMENT_FORM_SEPARATE_PAGE', 0);