summaryrefslogtreecommitdiff
path: root/modules/locale/locale.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale/locale.module')
-rw-r--r--modules/locale/locale.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index 99fe894f3..ee2c4e77f 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -597,9 +597,6 @@ function locale_block($op = 'list', $delta = '') {
}
// Allow modules to provide translations for specific links.
- // A translation link may need to point to a different path or use
- // a translated link text before going through l(), which will just
- // handle the path aliases.
drupal_alter('translation_link', $links, $path);
$block['subject'] = t('Languages');