constant COMMENT_CONTROLS_ABOVE in Drupal 6
Same name and namespace in other branches
- 4 modules/comment.module \COMMENT_CONTROLS_ABOVE
- 5 modules/comment/comment.module \COMMENT_CONTROLS_ABOVE
Comment controls should be shown above the comment list.
1 use of COMMENT_CONTROLS_ABOVE
- comment_render in modules/
comment/ comment.module - Renders comment(s).
File
- modules/
comment/ comment.module, line 55 - Enables users to comment on published content.
Code
define('COMMENT_CONTROLS_ABOVE', 0);