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