constant COMMENT_MODE_THREADED_EXPANDED in Drupal 4
Same name and namespace in other branches
- 5 modules/comment/comment.module \COMMENT_MODE_THREADED_EXPANDED
- 6 modules/comment/comment.module \COMMENT_MODE_THREADED_EXPANDED
3 uses of COMMENT_MODE_THREADED_EXPANDED
- comment_configure in modules/
comment.module - Menu callback; presents the comment settings page.
- comment_render in modules/
comment.module - _comment_get_display_setting in modules/
comment.module - Return a current comment display setting
File
- modules/
comment.module, line 24 - Enables users to comment on published content.
Code
define('COMMENT_MODE_THREADED_EXPANDED', 4);