You are here

constant COMMENT_ORDER_NEWEST_FIRST in Drupal 4

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

Constants to define the viewing orders for comment listings

3 uses of COMMENT_ORDER_NEWEST_FIRST
comment_configure in modules/comment.module
Menu callback; presents the comment settings page.
comment_render in modules/comment.module
_comment_get_display_setting in modules/comment.module
Return a current comment display setting

File

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

Code

define('COMMENT_ORDER_NEWEST_FIRST', 1);