Changeset 3300 for trunk/bp-themes/bp-default/members/single/groups.php
- Timestamp:
- 10/24/2010 09:22:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/groups.php
r2586 r3300 9 9 10 10 <?php _e( 'Order By:', 'buddypress' ) ?> 11 <select id="groups- all">11 <select id="groups-sort-by"> 12 12 <option value="active"><?php _e( 'Last Active', 'buddypress' ) ?></option> 13 13 <option value="popular"><?php _e( 'Most Members', 'buddypress' ) ?></option> … … 20 20 <?php endif; ?> 21 21 </ul> 22 </div> 22 </div><!-- .item-list-tabs --> 23 23 24 24 <?php if ( 'invites' == bp_current_action() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.