For my registered commenters, I'd like to add this link to my comment template:
<a href="?author=<?php echo $comment->user_id ?>"><?php comment_author() ?></a>
What would I put around that code so that the link only appears for comments left by registered users?
I still want others to be able to comment, but I'd like this link to appear for the comments left by registered users.
Thanks!