Opened 8 years ago
Closed 8 years ago
#7751 closed defect (bug) (fixed)
BP-Nouveau - Activity entry template actions are not firing
| Reported by: | pareshradadiya | Owned by: | djpaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Templates | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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?