Is it just me or is the help text (that you enter when editing the content type's fields) missing?

Maybe it's been fixed in the dev? Or the new branch?

Comments

thierry_gd’s picture

Status: Active » Fixed

Install the last version (5.2....) : it should correct the problem.

rconstantine’s picture

Okay. I'll go into 'view all releases' and grab 5.2.3 since there aren't any 5.2.x versions on the project page itself.

Thanks.

rconstantine’s picture

Status: Fixed » Needs review

If I could recommend a change...

I think in the case of multiple values, the help text should not be repeated and so line 158 (version 2.3) '#description' => $field['widget']['description'], should be removed and placed before the foreach and changed appropriately thus: $form[$field['field_name']]['#description'] = $field['widget']['description'];

I just think it's tidier.

thierry_gd’s picture

Status: Needs review » Fixed

Fixed in latest 5.x and 6.x versions

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.