Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/10/2013 09:25:40 AM (11 years ago)
Author:
boonebgorges
Message:

Remove duplicate markup and actions from bp-legacy groups plugins template

The removed actions and markup are remnants of the original cut-and-paste
from bp-default (where plugins.php was a top-level template) into bp-legacy
(where it is not).

Fixes #5166

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/groups/single/plugins.php

    r6515 r7377  
    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' );
Note: See TracChangeset for help on using the changeset viewer.