Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2012 08:09:34 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Add ending semicolons to bp-default where omitted. Fixes #4002.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/home.php

    r4961 r5737  
    66            <?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?>
    77
    8             <?php do_action( 'bp_before_group_home_content' ) ?>
     8            <?php do_action( 'bp_before_group_home_content' ); ?>
    99
    1010            <div id="item-header" role="complementary">
Note: See TracChangeset for help on using the changeset viewer.