Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7226, comment 14


Ignore:
Timestamp:
08/25/2016 08:45:25 AM (8 years ago)
Author:
hnla
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7226, comment 14

    initial v1  
    88
    99As 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)`
    1111
    1212and:
    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 ))`
    1414
    15 Manipulating the $buttons args being passed to the nouveau class which in turn calls bp_get_button()
     15Manipulating the $buttons args being passed to the nouveau class which in turn calls bp_get_button().
    1616
    1717As found in the Nouveau template pack on bp github.