Index: /branches/release-36/php/lib/function.mtcommentauthoridentity.php
===================================================================
--- /branches/release-36/php/lib/function.mtcommentauthoridentity.php (revision 1174)
+++ /branches/release-36/php/lib/function.mtcommentauthoridentity.php (revision 2109)
@@ -33,5 +33,9 @@
         $logo = $root_url . "nav-commenters.gif";
     }
-    return "<a class=\"commenter-profile\" href=\"$link\"><img alt=\"Author Profile Page\" src=\"$logo\" width=\"16\" height=\"16\" /></a>";
+    $result = "<img alt=\"Author Profile Page\" src=\"$logo\" width=\"16\" height=\"16\" />";
+    if ($link) {
+        $result = "<a class=\"commenter-profile\" href=\"$link\">$result</a>";
+    }
+    return $result;
 }
 ?>
