Opened 7 years ago
Closed 7 years ago
#7751 closed defect (bug) (fixed)
BP-Nouveau - Activity entry template actions are not firing
Reported by: | pareshradadiya | Owned by: | djpaul |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
All activity entry template hooks are not firing because of wrong condition in bp_nouveau_activity_hook
function.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
All the functions that call
bp_nouveau_hook( $hook );
are strange and inconsistent. I'm not even sure this complexity is worthwhile, vs. callingdo_action
. The latter makes it easier for an action to be found during a find-in-files, as well.I'm inclined to remove this. Thoughts?