diff --git bp-templates/bp-legacy/buddypress/groups/single/plugins.php bp-templates/bp-legacy/buddypress/groups/single/plugins.php
index c8e2f47..c9d34f8 100644
|
|
|
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' ); |