Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #4940, comment 3


Ignore:
Timestamp:
04/23/2013 11:30:19 AM (12 years ago)
Author:
boonebgorges
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4940, comment 3

    initial v1  
    33The test is in an action hooked on 'bp_actions':
    44
    5 
     5{{{
    66function ar_firms_follow_firm_action() {
    77
     
    3737
    3838add_action( 'bp_actions', 'ar_firms_follow_firm_action' );
    39 
     39}}}
    4040
    4141As mentioned in OP -- this works fine if the Groups page is set to 'Groups', but not if set to something else like 'Firms'.  Component part is correct in both cases, but the action part isn't set when the page is different.  i.e.: