theme_taxonomy_term_select

  1. drupal
    1. 4.7
    2. 5 taxonomy.module
    3. 6 taxonomy.module
Versions
4.7 – 6 theme_taxonomy_term_select($element)

Code

modules/taxonomy.module, line 1064

<?php
function theme_taxonomy_term_select($element) {
  return theme('select', $element);
}
?>