You are here

constant COMMENT_ORDER_OLDEST_FIRST in Drupal 4

Same name and namespace in other branches
  1. 5 modules/comment/comment.module \COMMENT_ORDER_OLDEST_FIRST
  2. 6 modules/comment/comment.module \COMMENT_ORDER_OLDEST_FIRST
1 use of COMMENT_ORDER_OLDEST_FIRST
comment_render in modules/comment.module

File

modules/comment.module, line 30
Enables users to comment on published content.

Code

define('COMMENT_ORDER_OLDEST_FIRST', 2);