--- blog.module.old 2009-02-26 15:10:27.000000000 -0800 +++ blog.module 2009-02-26 15:11:14.000000000 -0800 @@ -117,6 +117,7 @@ function blog_link($type, $node = NULL, $teaser = FALSE) { $links = array(); +/* if ($type == 'node' && $node->type == 'blog') { if (arg(0) != 'blog' || arg(1) != $node->uid) { // This goes to l() and therefore escapes !username in both the title and attributes. @@ -127,6 +128,7 @@ ); } } +*/ return $links; }