theme_taxonomy_term_select
Definition
theme_taxonomy_term_select($element)
modules/taxonomy.module, line 1063
Code
<?php
function theme_taxonomy_term_select($element) {
return theme('select', $element);
}
?> theme_taxonomy_term_select($element)
modules/taxonomy.module, line 1063
<?php
function theme_taxonomy_term_select($element) {
return theme('select', $element);
}
?>