COMMENT_ORDER_OLDEST_FIRST

Definition

comment/comment.module

Description

Comments are ordered by date - oldest first.

Code

<?php
define('COMMENT_ORDER_OLDEST_FIRST', 2);
?>