function theme_taxonomy_term_select

Format the selection field for choosing terms (by deafult the default selection field is used).

Related topics

Archivo

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

Código

function theme_taxonomy_term_select($element) {
  return theme('select', $element);
}