Index: usercomment.module =================================================================== --- usercomment.module (revision 282) +++ usercomment.module (working copy) @@ -411,7 +411,7 @@ } foreach (module_implements('link_alter') as $module) { $function = $module .'_link_alter'; - $function($node, $links); + $function($links, $node); } $content .= theme('comment_view', $comment, $node, $links); }