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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.