Changeset 4452 for trunk/bp-themes/bp-default/forums/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/forums/single/forum.php
r4347 r4452 32 32 <li id="forums-order-select" class="last filter"> 33 33 34 <?php _e( 'Order By:', 'buddypress' ); ?> 35 36 <select> 34 <label for="forums-order-by"><?php _e( 'Order By:', 'buddypress' ); ?></label> 35 <select id="forums-order-by"> 37 36 <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option> 38 37 <option value="popular"><?php _e( 'Most Posts', 'buddypress' ); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.