constant COMMENT_ORDER_OLDEST_FIRST in Drupal 6
Same name and namespace in other branches
- 4 modules/comment.module \COMMENT_ORDER_OLDEST_FIRST
- 5 modules/comment/comment.module \COMMENT_ORDER_OLDEST_FIRST
Comments are ordered by date - oldest first.
1 use of COMMENT_ORDER_OLDEST_FIRST
- comment_render in modules/
comment/ comment.module - Renders comment(s).
File
- modules/
comment/ comment.module, line 50 - Enables users to comment on published content.
Code
define('COMMENT_ORDER_OLDEST_FIRST', 2);