translation_permission

Versions
7
translation_permission()

Implements hook_permission().

Code

modules/translation/translation.module, line 89

<?php
function translation_permission() {
  return array(
    'translate content' => array(
      'title' => t('Translate content'),
    ),
  );
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.