COMMENT_ORDER_OLDEST_FIRST
Definition
modules/comment/comment.module
Description
Comments are ordered by date - oldest first.
Code
<?php
define('COMMENT_ORDER_OLDEST_FIRST', 2);
?> modules/comment/comment.module
Comments are ordered by date - oldest first.
<?php
define('COMMENT_ORDER_OLDEST_FIRST', 2);
?>