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/group-header.php

    r4678 r5737  
    1818            do_action( 'bp_before_group_menu_mods' ); ?>
    1919
    20             <h3><?php _e( 'Group Mods' , 'buddypress' ) ?></h3>
     20            <h3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>
    2121
    2222            <?php bp_group_list_mods();
Note: See TracChangeset for help on using the changeset viewer.