Changes between Initial Version and Version 1 of Ticket #4940, comment 3
- Timestamp:
- 04/23/2013 11:30:19 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4940, comment 3
initial v1 3 3 The test is in an action hooked on 'bp_actions': 4 4 5 5 {{{ 6 6 function ar_firms_follow_firm_action() { 7 7 … … 37 37 38 38 add_action( 'bp_actions', 'ar_firms_follow_firm_action' ); 39 39 }}} 40 40 41 41 As 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.: