constant COMMENT_MODE_THREADED

Comments are displayed as a threaded list - expanded.

17 uses of COMMENT_MODE_THREADED
CommentInterfaceTest::testCommentInterface in drupal/modules/comment/comment.test
Test comment interface.
CommentInterfaceTest::testCommentNodeCommentStatistics in drupal/modules/comment/comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView in drupal/modules/comment/comment.test
Test that threaded comments can be viewed.
CommentPagerTest::testCommentNewPageIndicator in drupal/modules/comment/comment.test
Test comment_new_page_count().
CommentPagerTest::testCommentOrderingThreading in drupal/modules/comment/comment.test
Test comment ordering and threading.

... See full list

File

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

Code

define('COMMENT_MODE_THREADED', 1);