constant COMMENT_FORM_BELOW in Drupal 5
Same name and namespace in other branches
- 4 modules/comment.module \COMMENT_FORM_BELOW
- 6 modules/comment/comment.module \COMMENT_FORM_BELOW
- 7 modules/comment/comment.module \COMMENT_FORM_BELOW
Comment form should be shown below post or list of comments.
1 use of COMMENT_FORM_BELOW
- comment_render in modules/
comment/ comment.module - Renders comment(s).
File
- modules/
comment/ comment.module, line 95 - Enables users to comment on published content.
Code
define('COMMENT_FORM_BELOW', 1);