Ticket #6724: 6724.01.patch
| File 6724.01.patch, 666 bytes (added by , 11 years ago) |
|---|
-
src/bp-groups/bp-groups-template.php
5033 5033 /** 5034 5034 * Filters the array of friends who can be invited to a group. 5035 5035 * 5036 * @since 1.0.05036 * @since 2.4.0 5037 5037 * 5038 5038 * @param array $items Array of friends. 5039 * @param array $r Parsed arguments from bp_get_new_group_invite_friend_list() 5040 * @param array $args Unparsed arguments from bp_get_new_group_invite_friend_list() 5039 5041 */ 5040 5042 $invitable_friends = apply_filters( 'bp_get_new_group_invite_friend_list', $items, $r, $args ); 5041 5043