constant COMMENT_ORDER_NEWEST_FIRST
Comments are ordered by date - newest first.
Archivo
- drupal-6.x/
modules/ comment/ comment.module, line 45 - Enables users to comment on published content.
Código
define('COMMENT_ORDER_NEWEST_FIRST', 1)
Comments are ordered by date - newest first.
define('COMMENT_ORDER_NEWEST_FIRST', 1)