Notice: Trying to get property of non-object in /var/www/admin/data/www/test.com/wp-content/themes/bd/inc/blt-functions.php on line 638
635 if(!function_exists('blt_get_comment')){
636 function blt_get_comment($comment, $args, $depth){
637
638 $author_comment_id = get_user_by('email', get_comment_author_email())->ID;
639 $comment_score = get_comment_meta( get_comment_ID(), 'blt_score', true );
640 if(empty($comment_score)){
641 $comment_score = 0;
642 }
643 $GLOBALS['comment'] = $comment;
644 extract($args, EXTR_SKIP);
645
646 $args['style'] = isset($args['style']) ? $args['style'] : 'li';