function taxonomy_field_widget_error

7.x taxonomy.module taxonomy_field_widget_error($element, $error, $form, &$form_state)

Implements hook_field_widget_error().

File

drupal-7.x/modules/taxonomy/taxonomy.module, line 1783
Enables the organization of content into categories.

Code

function taxonomy_field_widget_error($element, $error, $form, &$form_state) {
  form_error($element, $error['message']);
}