- 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/plugins.php
r9819 r10150 1 1 <?php 2 /** 3 * BuddyPress - Groups plugins 4 * @package BuddyPress 5 * @subpackage bp-legacy 6 */ 2 7 3 8 /** 4 9 * Fires before the display of content for plugins using the BP_Group_Extension. 5 10 * 6 * @since BuddyPress (1.2.0)11 * @since 1.2.0 7 12 */ 8 13 do_action( 'bp_before_group_plugin_template' ); ?> … … 13 18 * Fires and displays content for plugins using the BP_Group_Extension. 14 19 * 15 * @since BuddyPress (1.0.0)20 * @since 1.0.0 16 21 */ 17 22 do_action( 'bp_template_content' ); ?> … … 22 27 * Fires after the display of content for plugins using the BP_Group_Extension. 23 28 * 24 * @since BuddyPress (1.2.0)29 * @since 1.2.0 25 30 */ 26 31 do_action( 'bp_after_group_plugin_template' );
Note: See TracChangeset
for help on using the changeset viewer.