Howdy. Havin' a bit of trouble with this one.
I use a custom author.php. Currenty I use the_author_posts_link() to create a link to the author's page in index and single post views.
I'm looking for a similar function to link to a comment author's page, but I haven't found a similar function. It appears that comment_author_link() creates a link to the author's personal URL if they provided one, rather than to an author.php.
Does a function like this exist for comment authors?
Thanks. :)