Is this a wordpress bug? get_comment_link auto shoots when user visits his dashboard
It appears that you’re intending to redirect the user to a certain page, after the user posts a comment? If so: why are you hooking into get_commenet_link for this redirect? The get_comment_link() function is intended to return the permalink to a given comment. The get_comment_link filter is intended to filer the comment permalink returned by … Read more