Changes between Initial Version and Version 1 of Ticket #5943, comment 8
- Timestamp:
- 02/10/2015 06:09:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5943, comment 8
initial v1 1 We have a small case of duplicate hook names with no direct way to differentiate between the two. The hook is "loop_end" in bp-groups-template.php and is used for both the Members and the Invites methods.1 We have a small case of duplicate action hook names with no direct way to differentiate between the two. The hook is "loop_end" in bp-groups-template.php and is used for both the Members and the Invites methods. 2 2 3 3 Thoughts on how to handle this? Pass in a string indicating which is being associated at that moment? Graceful renaming of one or both of them?