constant HEARTBEAT_REACTIONS_PER_PAGE in Heartbeat 6.4
2 uses of HEARTBEAT_REACTIONS_PER_PAGE
- heartbeat_comments_widget in modules/
heartbeat_comments/ heartbeat_comments.module - Implementation of <attchement>_widget().
- heartbeat_get_message_reactions in modules/
heartbeat_comments/ heartbeat_comments.module - Get heartbeat comments on a message
File
- modules/
heartbeat_comments/ heartbeat_comments.module, line 11 - heartbeat_comments.module Heartbeat comments can come with two possible
Code
define('HEARTBEAT_REACTIONS_PER_PAGE', variable_get('heartbeat_comments_comment_count', 5));