When you use the i18n internationalization module, a translation link is added to the node links.
You can choose to disable that link on the Multilingual settings page (admin/settings/language/i18n) by selecting 'Hide content translation links'.
But when the Link Weights module is enabled this setting is ignored and the translation links are always shown.

CommentFileSizeAuthor
#1 linkweights-1111634.patch492 bytesjohannesdr

Comments

johannesdr’s picture

Title: cannot hide translation links » Cannot hide translation links
Status: Active » Needs review
StatusFileSize
new492 bytes

there was a $key missing in hook_link_alter.
The included patch should solve the issue.