theme_taxonomy_term_select
- Versions
- 4.7 – 6
theme_taxonomy_term_select($element)
Code
modules/taxonomy.module, line 1063
<?php
function theme_taxonomy_term_select($element) {
return theme('select', $element);
}
?>Login or register to post comments 