- Timestamp:
- 09/10/2013 09:25:40 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/groups/single/plugins.php
r6515 r7377 1 1 <?php do_action( 'bp_before_group_plugin_template' ); ?> 2 2 3 <div id="item-body"> 4 5 <?php do_action( 'bp_before_group_body' ); ?> 6 7 <?php do_action( 'bp_template_content' ); ?> 8 9 <?php do_action( 'bp_after_group_body' ); ?> 10 11 </div><!-- #item-body --> 3 <?php do_action( 'bp_template_content' ); ?> 12 4 13 5 <?php do_action( 'bp_after_group_plugin_template' );
Note: See TracChangeset
for help on using the changeset viewer.