function theme_text_textarea in Content Construction Kit (CCK) 6.3
Same name and namespace in other branches
- 6 examples/example_field.php \theme_text_textarea()
- 6 modules/text/text.module \theme_text_textarea()
- 6.2 modules/text/text.module \theme_text_textarea()
File
- modules/
text/ text.module, line 487 - Defines simple text field types.
Code
function theme_text_textarea($element) {
return $element['#children'];
}