function taxonomy_perm
Implementation of hook_perm().
Archivo
- drupal-6.x/
modules/ taxonomy/ taxonomy.module, line 11 - Enables the organization of content into categories.
Código
function taxonomy_perm() {
return array('administer taxonomy');
}
Implementation of hook_perm().
function taxonomy_perm() {
return array('administer taxonomy');
}