constant comment_goodness_NEWER_FIRST in Comment goodness 7
3 uses of comment_goodness_NEWER_FIRST
- comment_goodness_get_display_ordinal in ./
comment_goodness.module - Get the display ordinal for a comment, starting from 0.
- comment_goodness_preprocess_comment_wrapper in ./
comment_goodness.module - Implements hook_preprocess_HOOK().
- comment_goodness_query_comment_filter_alter in ./
comment_goodness.module - Implements hook_query_TAG_alter().
File
- ./
comment_goodness.module, line 16 - Comment goodness provides newest to oldest comment sorting
Code
define('comment_goodness_NEWER_FIRST', 2);