COMMENT_ORDER_NEWEST_FIRST

Definition

modules/comment.module

Description

Constants to define the viewing orders for comment listings

Code

<?php
define('COMMENT_ORDER_NEWEST_FIRST', 1);
?>
 
 

Drupal is a registered trademark of Dries Buytaert.