You are here

constant COMMENT_MODE_THREADED_EXPANDED in Drupal 6

Same name and namespace in other branches
  1. 4 modules/comment.module \COMMENT_MODE_THREADED_EXPANDED
  2. 5 modules/comment/comment.module \COMMENT_MODE_THREADED_EXPANDED

Comments are displayed as a threaded list - expanded.

4 uses of COMMENT_MODE_THREADED_EXPANDED
comment_form_alter in modules/comment/comment.module
Implementation of hook_form_alter().
comment_render in modules/comment/comment.module
Renders comment(s).
comment_update_6002 in modules/comment/comment.install
Changed comment settings from global to per-node -- copy global settings to all node types.
_comment_get_display_setting in modules/comment/comment.module
Return a current comment display setting

File

modules/comment/comment.module, line 40
Enables users to comment on published content.

Code

define('COMMENT_MODE_THREADED_EXPANDED', 4);