Changeset 9969
- Timestamp:
- 06/27/2015 02:21:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r9964 r9969 3437 3437 * 3438 3438 * @since BuddyPress (1.2.6) 3439 * @since BuddyPress (2.4.0) Added $group parameter to filter args. 3439 3440 * 3440 3441 * @param string $button HTML button for joining a group. 3441 */ 3442 return bp_get_button( apply_filters( 'bp_get_group_join_button', $button ) ); 3442 * @param object $group BuddyPress group object 3443 */ 3444 return bp_get_button( apply_filters( 'bp_get_group_join_button', $button, $group ) ); 3443 3445 } 3444 3446
Note: See TracChangeset
for help on using the changeset viewer.