Definition

drupal-5/modules/comment/comment.module

Description

Comments are displayed as a threaded list - expanded.

Code

<?php
define('COMMENT_MODE_THREADED_EXPANDED', 4);
?>