Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/04/2011 11:10:01 PM (14 years ago)
Author:
djpaul
Message:

Add label to header search form. Fixes #3264

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-template.php

    r4400 r4455  
    351351
    352352    // Eventually this won't be needed and a page will be built to integrate all search results.
    353     $selection_box = '<select name="search-which" id="search-which" style="width: auto">';
     353    $selection_box  = '<label for="search-which" class="accessibly-hidden">' . __( 'Search these:', 'buddypress' ) . '</label>';
     354    $selection_box .= '<select name="search-which" id="search-which" style="width: auto">';
    354355
    355356    $options = apply_filters( 'bp_search_form_type_select_options', $options );
Note: See TracChangeset for help on using the changeset viewer.