constant COMMENT_SORT_CREATED_NEWER_FIRST in Comment sort by created 7
Sort order: Newest first.
File
- ./
comment_sort_created.module, line 16 - Sorts comments by creation date.
Code
define('COMMENT_SORT_CREATED_NEWER_FIRST', 'DESC');
Sort order: Newest first.
define('COMMENT_SORT_CREATED_NEWER_FIRST', 'DESC');