buddypress / next-template-packs

is this the next BuddyPress template pack?
35 stars 9 forks source link

Replace hardcoded label's "for" value in search form #133

Closed mercime closed 7 years ago

mercime commented 7 years ago

Replace label for="dir-groups-search" with label for="<?php bp_nouveau_search_selector_id( 'search' ) ;?>" to fix search form labels in activity, blogs, and members directory screens.

<label for="dir-groups-search" etc > etc </label>
<input id="dir-blogs-search" etc >
<label for="dir-groups-search" etc > etc </label>
<input id="dir-activity-search" etc >
<label for="dir-groups-search" etc "> etc </label>
<input id="dir-members-search" etc >