Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/04/2011 10:17:41 PM (13 years ago)
Author:
djpaul
Message:

Add labels to 'order by' select boxes. See #3264

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/forums/single/forum.php

    r4347 r4452  
    3232                            <li id="forums-order-select" class="last filter">
    3333
    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">
    3736                                    <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option>
    3837                                    <option value="popular"><?php _e( 'Most Posts', 'buddypress' ); ?></option>
Note: See TracChangeset for help on using the changeset viewer.