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/members/single/groups.php

    r4452 r5737  
    2525                    <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ); ?></option>
    2626
    27                     <?php do_action( 'bp_member_group_order_options' ) ?>
     27                    <?php do_action( 'bp_member_group_order_options' ); ?>
    2828
    2929                </select>
Note: See TracChangeset for help on using the changeset viewer.