function taxonomy_field_widget_error
Implements hook_field_widget_error().
Archivo
- drupal-7.x/
modules/ taxonomy/ taxonomy.module, line 1783 - Enables the organization of content into categories.
Código
function taxonomy_field_widget_error($element, $error, $form, &$form_state) {
form_error($element, $error['message']);
}