diff options
Diffstat (limited to 'modules/translation/translation.pages.inc')
-rw-r--r-- | modules/translation/translation.pages.inc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/modules/translation/translation.pages.inc b/modules/translation/translation.pages.inc index 7e4f0af26..fa4070bb8 100644 --- a/modules/translation/translation.pages.inc +++ b/modules/translation/translation.pages.inc @@ -2,14 +2,19 @@ /** * @file - * User page callbacks for the translation module. + * User page callbacks for the Translation module. */ /** - * Overview page for a node's translations. + * Page callback: Displays a list of a node's translations. * * @param $node - * Node object. + * A node object. + * + * @return + * A render array for a page containing a list of content. + * + * @see translation_menu() */ function translation_node_overview($node) { include_once DRUPAL_ROOT . '/includes/language.inc'; |