taxonomy_admin_vocabulary_title_callback
- Versions
- 7
taxonomy_admin_vocabulary_title_callback($vocabulary)
Return the vocabulary name given the vocabulary object.
Code
modules/taxonomy/taxonomy.module, line 324
<?php
function taxonomy_admin_vocabulary_title_callback($vocabulary) {
return check_plain($vocabulary->name);
}
?>Login or register to post comments 