Changeset 4452 for trunk/bp-themes/bp-default/groups/single/forum.php
- Timestamp:
- 06/04/2011 10:17:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum.php
r4322 r4452 30 30 <li id="forums-order-select" class="last filter"> 31 31 32 <?php _e( 'Order By:', 'buddypress' ); ?> 33 34 <select> 32 <label for="forums-order-by"><?php _e( 'Order By:', 'buddypress' ); ?></label> 33 <select id="forums-order-by"> 35 34 <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option> 36 35 <option value="popular"><?php _e( 'Most Posts', 'buddypress' ); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.