With add_filter I want to change the class from photo to comment-photo but I don't have a clue how. Anyone who can help me out?
It's about this part in pluggable.php (line 1697)
$avatar = "<img alt='{$safe_alt}' src='{$out}' class='avatar avatar-{$size} photos' height='{$size}' width='{$size}' />";
Function is get_avatar
Thanks.
Okoth