Skip to:
Content

BuddyPress.org

Ticket #5166: 5166.patch

File 5166.patch, 667 bytes (added by boonebgorges, 11 years ago)
  • bp-templates/bp-legacy/buddypress/groups/single/plugins.php

    diff --git bp-templates/bp-legacy/buddypress/groups/single/plugins.php bp-templates/bp-legacy/buddypress/groups/single/plugins.php
    index c8e2f47..c9d34f8 100644
     
    11<?php do_action( 'bp_before_group_plugin_template' ); ?>
    22
    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' ); ?>
    124
    135<?php do_action( 'bp_after_group_plugin_template' );