constant COMMENT_ORDER_NEWEST_FIRST

Comments are ordered by date - newest first.

7 uses of COMMENT_ORDER_NEWEST_FIRST
comment_controls in drupal-6.x/modules/comment/comment.module
Build a comment control form.
comment_form_alter in drupal-6.x/modules/comment/comment.module
Implementation of hook_form_alter().
comment_new_page_count in drupal-6.x/modules/comment/comment.module
Calculate page number for first new comment.
comment_render in drupal-6.x/modules/comment/comment.module
Renders comment(s).
comment_update_6002 in drupal-6.x/modules/comment/comment.install
Changed comment settings from global to per-node -- copy global settings to all node types.

... See full list

File

drupal-6.x/modules/comment/comment.module, line 45
Enables users to comment on published content.

Code

define('COMMENT_ORDER_NEWEST_FIRST', 1)