function remove_nofollow($link, $args, $comment, $post){ return str_replace("rel='nofollow'", "", $link); } add_filter('comment-reply-title', 'remove_nofollow', 420, 4);

Google