- 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/send-invites.php
r9896 r10150 1 1 <?php 2 /** 3 * BuddyPress - Groups Send Invites 4 * @package BuddyPress 5 * @subpackage bp-legacy 6 */ 2 7 3 8 /** 4 9 * Fires before the send invites content. 5 10 * 6 * @since BuddyPress (1.1.0)11 * @since 1.1.0 7 12 */ 8 13 do_action( 'bp_before_group_send_invites_content' ); ?> … … 54 59 * Fires after the send invites content. 55 60 * 56 * @since BuddyPress (1.2.0)61 * @since 1.2.0 57 62 */ 58 63 do_action( 'bp_after_group_send_invites_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.