The output from using this on a single post (single.php) <?php post_comments_feed_link('feed.', 'RSS 2.0'); ?> is this Comments on this post have this <a href='/feed/'>feed.</a>
Which is just a link to a feed showing all my posts.
Is this tag broken? I see this replaces a deprecated tag.
I know I can manually add an RSS comment link, but I want it to flexible so that it fits in with either pretty permalinks or query strings.