constant COMMENT_MODE_FLAT_EXPANDED
Comments are displayed in a flat list - expanded.
3 uses of COMMENT_MODE_FLAT_EXPANDED
- comment_new_page_count in drupal-6.x/
modules/ comment/ comment.module - Calculate page number for first new comment.
- comment_render in drupal-6.x/
modules/ comment/ comment.module - Renders comment(s).
- _comment_get_modes in drupal-6.x/
modules/ comment/ comment.module - Return an array of viewing modes for comment listings.
File
- drupal-6.x/
modules/ comment/ comment.module, line 30 - Enables users to comment on published content.
Code
define('COMMENT_MODE_FLAT_EXPANDED', 2)