constant COMMENT_MODE_THREADED in Drupal 7
Comments are displayed as a threaded list - expanded.
17 uses of COMMENT_MODE_THREADED
- CommentInterfaceTest::testCommentInterface in modules/
comment/ comment.test - Test comment interface.
- CommentInterfaceTest::testCommentNodeCommentStatistics in modules/
comment/ comment.test - Tests the node comment statistics.
- CommentNodeAccessTest::testThreadedCommentView in modules/
comment/ comment.test - Test that threaded comments can be viewed.
- CommentPagerTest::testCommentNewPageIndicator in modules/
comment/ comment.test - Test comment_new_page_count().
- CommentPagerTest::testCommentOrderingThreading in modules/
comment/ comment.test - Test comment ordering and threading.
File
- modules/
comment/ comment.module, line 30 - Enables users to comment on published content.
Code
define('COMMENT_MODE_THREADED', 1);