taxonomy_perm

5 taxonomy.module taxonomy_perm()
6 taxonomy.module taxonomy_perm()

Implementation of hook_perm().

File

modules/taxonomy/taxonomy.module, line 11
Enables the organization of content into categories.

Code

function taxonomy_perm() {
  return array('administer taxonomy');
}
Login or register to post comments