You are here

function theme_rolereference_buttons in Role Reference 6

File

./rolereference.module, line 866
Defines a field type for referencing a role. Based almost entirely on nodereference and userreference modules.

Code

function theme_rolereference_buttons($element) {
  return $element['#children'];
}