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);
?>
 
 

Drupal is a registered trademark of Dries Buytaert.