Same problem here. After WordPress got updated to 4.2 I got this error and don’t know how to fix it please help.
Fatal error: Cannot redeclare get_avatar_url() (previously declared in /home2/victory/public_html/wp-includes/link-template.php:3414) in /home2/victory/public_html/wp-content/themes/ninezeroseven/functions.php on line 807
coding:
function get_avatar_url($get_avatar){
preg_match(“/src='(.*?)’/i”, $get_avatar, $matches);
return $matches[1];
}