You are here

function theme_filefield_generic_edit in FileField 6.2

Theme function for the 'filefield_generic_edit' form element.

File

./filefield.module, line 813

Code

function theme_filefield_generic_edit($element) {
  return theme('form_element', $element, $element['#children']);
}