taxonomy_perm
Definition
taxonomy_perm()
modules/taxonomy/taxonomy.module, line 11
Description
Implementation of hook_perm().
Code
<?php
function taxonomy_perm() {
return array('administer taxonomy');
}
?> taxonomy_perm()
modules/taxonomy/taxonomy.module, line 11
Implementation of hook_perm().
<?php
function taxonomy_perm() {
return array('administer taxonomy');
}
?>