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);
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.