Same name and namespace in other branches
  1. 4.7.x modules/comment.module \COMMENT_ORDER_NEWEST_FIRST
  2. 5.x modules/comment/comment.module \COMMENT_ORDER_NEWEST_FIRST

Comments are ordered by date - newest first.

2 uses of COMMENT_ORDER_NEWEST_FIRST
comment_form_alter in modules/comment/comment.module
Implementation of hook_form_alter().
comment_update_6002 in modules/comment/comment.install
Changed comment settings from global to per-node -- copy global settings to all node types.

File

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

Code

define('COMMENT_ORDER_NEWEST_FIRST', 1);