Posted by mstrelan on November 10, 2011 at 6:21am
2 followers
Jump to:
| Project: | Better Exposed Filters |
| Version: | 7.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
$form['#info']["filter-$field_id"]['label'] = ''; // Hide the label
should be
$form['#info']["filter-$label"]['label'] = ''; // Hide the label
Hope this makes sense because I'm in a hurry and have no time to explain or create a patch today.
Comments
#1
#2
This is around line 802 of better_exposed_filters_form_plugin.inc