- 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/members/single/groups/invites.php
r9896 r10150 1 1 <?php 2 /** 3 * BuddyPress - Members Single Group Invites 4 * @package BuddyPress 5 * @subpackage bp-legacy 6 */ 2 7 3 8 /** 4 9 * Fires before the display of member group invites content. 5 10 * 6 * @since BuddyPress (1.1.0)11 * @since 1.1.0 7 12 */ 8 13 do_action( 'bp_before_group_invites_content' ); ?> … … 32 37 * Fires inside the display of a member group invite item. 33 38 * 34 * @since BuddyPress (1.1.0)39 * @since 1.1.0 35 40 */ 36 41 do_action( 'bp_group_invites_item' ); ?> … … 45 50 * Fires inside the member group item action markup. 46 51 * 47 * @since BuddyPress (1.1.0)52 * @since 1.1.0 48 53 */ 49 54 do_action( 'bp_group_invites_item_action' ); ?> … … 68 73 * Fires after the display of member group invites content. 69 74 * 70 * @since BuddyPress (1.1.0)75 * @since 1.1.0 71 76 */ 72 77 do_action( 'bp_after_group_invites_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.