function translation_perm in Drupal 6
Implementation of hook_perm().
File
- modules/
translation/ translation.module, line 84 - Manages content translations.
Code
function translation_perm() {
return array(
'translate content',
);
}
Implementation of hook_perm().
function translation_perm() {
return array(
'translate content',
);
}