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
 
 

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.