function taxonomy_perm

6.x taxonomy.module taxonomy_perm()

Implementation of hook_perm().

File

drupal-6.x/modules/taxonomy/taxonomy.module, line 11
Enables the organization of content into categories.

Code

function taxonomy_perm() {
  return array('administer taxonomy');
}