--- custom_links-old/custom_links.module	2008-01-27 04:16:01.000000000 -0500
+++ custom_links-new/custom_links.module	2012-02-04 01:34:02.000000000 -0500
@@ -114,7 +114,11 @@
     }
 
     if (module_exists('token')) {
-      $links[$link->link_key] = token_replace($links[$link->link_key], 'node', $node);
+      foreach($links[$link->link_key] as $key => $value) {
+        if (is_string($value)) {
+          $links[$link->link_key][$key] = token_replace_multiple($value, array('node' => $node));
+        }
+      }
     }
 
     $links[$link->link_key]['html'] = $link->check_html;
