Changeset 4455 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 06/04/2011 11:10:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r4400 r4455 351 351 352 352 // 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">'; 354 355 355 356 $options = apply_filters( 'bp_search_form_type_select_options', $options );
Note: See TracChangeset
for help on using the changeset viewer.