| 6 translation.module | translation_perm() |
Implementation of hook_perm().
File
- modules/
translation/ translation.module, line 84 - Manages content translations.
Code
function translation_perm() {
return array('translate content');
}
Login or register to post comments