Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7374, comment 5


Ignore:
Timestamp:
12/08/2016 09:10:12 AM (10 years ago)
Author:
wordpressrene
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7374, comment 5

    initial v1  
    11I will correct the code.
    22
    3 I don't know if somebody, who hasn't activated the heartbeat refresh needs to have the filter when returning early. In addition to this you can filter the return value of `bp_is_activity_heartbeat_active()` to prevent returning early. So I think we don't need to add the filter here. What do you think?
     3I don't know if somebody, who hasn't activated the heartbeat refresh needs to have the filter when returning early. In addition to this you can filter the return value of `bp_is_activity_heartbeat_active()` to prevent returning early. So I think we don't need to add the filter here. What do you think @boonebgorges?