constant HEARTBEAT_NODE_COMMENTS_PER_PAGE in Heartbeat 6.4
@file heartbeat_comments.module Heartbeat comments can come with two possible
2 uses of HEARTBEAT_NODE_COMMENTS_PER_PAGE
- heartbeat_comments_widget in modules/
heartbeat_comments/ heartbeat_comments.module - Implementation of <attchement>_widget().
- heartbeat_get_node_comments in modules/
heartbeat_comments/ heartbeat_comments.module - Theme function to render comment(s) on a node
File
- modules/
heartbeat_comments/ heartbeat_comments.module, line 10 - heartbeat_comments.module Heartbeat comments can come with two possible
Code
define('HEARTBEAT_NODE_COMMENTS_PER_PAGE', variable_get('heartbeat_comments_node_count', 5));