COMMENT_ORDER_OLDEST_FIRST
Definition
drupal/modules/comment/comment.module
Description
Comments are ordered by date - oldest first.
Code
<?php
define('COMMENT_ORDER_OLDEST_FIRST', 2);
?>
|
Ubercart API |
|
| Donate to Ubercart | ||
COMMENT_ORDER_OLDEST_FIRSTDefinitiondrupal/modules/comment/comment.module DescriptionComments are ordered by date - oldest first. Code |
|