comment_ID.'" class="col-md-11'.$depth_class.' comment-row">';
$output .= '
';
$output .= '';
$output .= '
';
$output .= '';
$output .= '
'.get_comment_author().'
';
$output .= '';
if(!$comment->comment_approved) {
$output .= '
' . __('This comment is not yet approved', 'air') . '
';
} else {
$output .= '
' . get_comment_text() . '
';
}
$output .= '
';
$output .= '
';
$output .= '
';
}
public function end_el(&$output, $comment, $depth=0, $args=array(), $id = 0) {
$output .= '';
}
}