I am having an issue when I use better field descriptions on a boolean field which is being displayed as a radio buttons.
Details in the field instance are:
* Widget - Check boxes/radio buttons
* Number of values: 1
* On/Off value: both set to be some explicit text
The 0th item on list of radio options is being removed. I have tracked this down to l line 150 of better_field_descriptions.module:
"$form[$field][LANGUAGE_NONE][0]['#title_display'] = 'invisible';"
When I remove this line, the code functions normally, with no obvious repercussions.
Please let me know if any more details are required, or I have been unclear in some way.
Closed: works as designed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.