theme_taxonomy_term_select
- Versions
- 4.7 – 6
theme_taxonomy_term_select($element)
Format the selection field for choosing terms (by deafult the default selection field is used).
Related topics
Code
modules/taxonomy/taxonomy.module, line 1081
<?php
function theme_taxonomy_term_select($element) {
return theme('select', $element);
}
?>Login or register to post comments 