constant comment_goodness_OLDER_FIRST in Comment goodness 7
Constants
4 uses of comment_goodness_OLDER_FIRST
- comment_goodness_form_node_type_form_alter in ./
comment_goodness.module - Implements hook_form_FORM_ID_alter().
- 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 15 - Comment goodness provides newest to oldest comment sorting
Code
define('comment_goodness_OLDER_FIRST', 1);