You are here

constant COMMENT_SORT_CREATED_OLDER_FIRST in Comment sort by created 7

Default sort order: Oldest first.

2 uses of COMMENT_SORT_CREATED_OLDER_FIRST
comment_sort_created_form_node_type_form_alter in ./comment_sort_created.module
Implements hook_form_FORM_ID_alter().
comment_sort_created_query_comment_filter_alter in ./comment_sort_created.module
Implements hook_query_TAG_alter().

File

./comment_sort_created.module, line 11
Sorts comments by creation date.

Code

define('COMMENT_SORT_CREATED_OLDER_FIRST', 'ASC');