field_info_instance() signature was changed, and the first param is now the object type.

Comments

johanneshahn’s picture

field_info_instance() is never used in function taxonomy_autocomplete()

$instance = field_info_instance($field_name, $bundle);

var $instance is not used anywhere in the taxonomy_autocomplete() function.

is $instance an upcoming feature?

mr.baileys’s picture

Status: Active » Closed (duplicate)