Changes between Initial Version and Version 1 of Ticket #7226, comment 14
- Timestamp:
- 08/25/2016 08:45:25 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7226, comment 14
initial v1 8 8 9 9 As to what I'm attempting to accommodate I'm working with: 10 `/bp-templates/bp-nouveau/includes/classes.php (BP_Buttons_Group) 10 `/bp-templates/bp-nouveau/includes/classes.php (BP_Buttons_Group)` 11 11 12 12 and: 13 `/bp-templates/bp-nouveau/includes/activity/template-tags.php (bp_nouveau_get_activity_entry_buttons( $args )) 13 `/bp-templates/bp-nouveau/includes/activity/template-tags.php (bp_nouveau_get_activity_entry_buttons( $args ))` 14 14 15 Manipulating the $buttons args being passed to the nouveau class which in turn calls bp_get_button() 15 Manipulating the $buttons args being passed to the nouveau class which in turn calls bp_get_button(). 16 16 17 17 As found in the Nouveau template pack on bp github.