COMMENT_MODE_THREADED_EXPANDED
Definition
modules/comment/comment.module
Description
Comments are displayed as a threaded list - expanded.
Code
<?php
define('COMMENT_MODE_THREADED_EXPANDED', 4);
?> modules/comment/comment.module
Comments are displayed as a threaded list - expanded.
<?php
define('COMMENT_MODE_THREADED_EXPANDED', 4);
?>