function translation_admin_paths

Implements hook_admin_paths().

File

modules/translation/translation.module, line 96

Code

function translation_admin_paths() {
    if (variable_get('node_admin_theme')) {
        $paths = array(
            'node/*/translate' => TRUE,
        );
        return $paths;
    }
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.