taxonomy_perm

Definition

taxonomy_perm()
taxonomy/taxonomy.module, line 11

Description

Implementation of hook_perm().

Code

<?php
function taxonomy_perm() {
  return array('administer taxonomy');
}
?>