- Timestamp:
- 09/27/2015 06:04:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/invites-loop.php
r9854 r10150 21 21 * Fires before the display of the group send invites list. 22 22 * 23 * @since BuddyPress (1.1.0)23 * @since 1.1.0 24 24 */ 25 25 do_action( 'bp_before_group_send_invites_list' ); ?> … … 59 59 * Fires inside the invite item listing. 60 60 * 61 * @since BuddyPress (1.1.0)61 * @since 1.1.0 62 62 */ 63 63 do_action( 'bp_group_send_invites_item' ); ?> … … 71 71 * Fires inside the action area for a send invites item. 72 72 * 73 * @since BuddyPress (1.1.0)73 * @since 1.1.0 74 74 */ 75 75 do_action( 'bp_group_send_invites_item_action' ); ?> … … 110 110 * Fires after the display of the group send invites list. 111 111 * 112 * @since BuddyPress (1.1.0)112 * @since 1.1.0 113 113 */ 114 114 do_action( 'bp_after_group_send_invites_list' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.