function theme_nodereference_buttons in Content Construction Kit (CCK) 6.3
Same name and namespace in other branches
- 6.2 modules/nodereference/nodereference.module \theme_nodereference_buttons()
File
- modules/
nodereference/ nodereference.module, line 1059 - Defines a field type for referencing one node from another.
Code
function theme_nodereference_buttons($element) {
return $element['#children'];
}