Same name and namespace in other branches
  1. 4.7.x modules/comment.module \COMMENT_MODE_FLAT_EXPANDED
  2. 5.x modules/comment/comment.module \COMMENT_MODE_FLAT_EXPANDED

Comments are displayed in a flat list - expanded.

1 use of COMMENT_MODE_FLAT_EXPANDED
comment_new_page_count in modules/comment/comment.module
Calculate page number for first new comment.

File

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

Code

define('COMMENT_MODE_FLAT_EXPANDED', 2);