COMMENT_ORDER_NEWEST_FIRST

Definition

nodecomment/nodecomment.module

Description

Constants to define the viewing orders for comment listings

Code

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