Changeset 13410 for branches/11.0/src/bp-groups/bp-groups-template.php
- Timestamp:
- 02/03/2023 08:34:14 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/11.0/src/bp-groups/bp-groups-template.php
r13302 r13410 3700 3700 * @param object $group BuddyPress group object 3701 3701 */ 3702 return apply_filters( 'bp_get_group_join_button', $button_args, $group );3702 return (array) apply_filters( 'bp_get_group_join_button', $button_args, $group ); 3703 3703 } 3704 3704 /**
Note: See TracChangeset
for help on using the changeset viewer.