theme_form_element moved from theme.inc to form.inc on 2006.05.02. and the function parameters and the declaration has been changed. http://drupal.org/cvs?commit=30981
The old style theme('form_element', $label, $formatted_value) function call should be changed in all field type to be compatible with the new theme_form_element($element, $value) function.
Result of this change:
Field labels are not shown correctly.
Comments
Comment #1
energie commentedI've just realized that this is a bug only with drupal-head not with the drupal-4-7 branch.