theme_taxonomy_term_select
- Versions
- 4.7 – 6
theme_taxonomy_term_select($element)
We use the default selection field for choosing terms.
Code
modules/taxonomy/taxonomy.module, line 1240
<?php
function theme_taxonomy_term_select($element) {
return theme('select', $element);
}
?>Login or register to post comments 