function theme_email_textfield in Email Field 6
FAPI theme for an individual text elements.
File
- ./
email.module, line 251
Code
function theme_email_textfield($element) {
return $element['#children'];
}
FAPI theme for an individual text elements.
function theme_email_textfield($element) {
return $element['#children'];
}