- Timestamp:
- 04/23/2015 05:14:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/send-invites.php
r9604 r9788 1 <?php do_action( 'bp_before_group_send_invites_content' ); ?> 1 <?php 2 3 /** 4 * Fires before the send invites content. 5 * 6 * @since BuddyPress (1.1.0) 7 */ 8 do_action( 'bp_before_group_send_invites_content' ); ?> 2 9 3 10 <?php … … 36 43 <?php endif; ?> 37 44 38 <?php do_action( 'bp_after_group_send_invites_content' ); ?> 45 <?php 46 47 /** 48 * Fires after the send invites content. 49 * 50 * @since BuddyPress (1.2.0) 51 */ 52 do_action( 'bp_after_group_send_invites_content' ); ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)