Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/24/2010 09:22:29 PM (15 years ago)
Author:
djpaul
Message:

Fixed #2676

File:
1 edited

Legend:

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

    r2586 r3300  
    99
    1010            <?php _e( 'Order By:', 'buddypress' ) ?>
    11             <select id="groups-all">
     11            <select id="groups-sort-by">
    1212                <option value="active"><?php _e( 'Last Active', 'buddypress' ) ?></option>
    1313                <option value="popular"><?php _e( 'Most Members', 'buddypress' ) ?></option>
     
    2020        <?php endif; ?>
    2121    </ul>
    22 </div>
     22</div><!-- .item-list-tabs -->
    2323
    2424<?php if ( 'invites' == bp_current_action() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.