You are here

function theme_blockreference_autocomplete in Block reference 6

File

./blockreference.module, line 831
Defines a field type for referencing a block from a node.

Code

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