constant COMMENT_MODE_THREADED_COLLAPSED in Drupal 6
Same name and namespace in other branches
- 4 modules/comment.module \COMMENT_MODE_THREADED_COLLAPSED
- 5 modules/comment/comment.module \COMMENT_MODE_THREADED_COLLAPSED
Comments are displayed as a threaded list - collapsed.
1 use of COMMENT_MODE_THREADED_COLLAPSED
- comment_render in modules/
comment/ comment.module - Renders comment(s).
File
- modules/
comment/ comment.module, line 35 - Enables users to comment on published content.
Code
define('COMMENT_MODE_THREADED_COLLAPSED', 3);