theme_taxonomy_term_select
modules/taxonomy/taxonomy.module, строка 1241
- Версии
- 5 – 6
theme_taxonomy_term_select($element)
We use the default selection field for choosing terms.
Код
<?php
function theme_taxonomy_term_select($element) {
return theme('select', $element);
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии