comment_ID.'" class="col-md-11'.$depth_class.' comment-row">'; $output .= '
'; $output .= ''; $output .= '
'; $output .= '
'; $output .= '

'.get_comment_author().'

'; $output .= '
'; $output .= ''; $output .= ''.get_comment_date().' '.__('at', 'air').' '.get_comment_time().''; $output .= ' '.get_comment_reply_link(array('reply_text' => __('Reply', 'air'), 'depth' => 1, 'max_depth' => get_option('thread_comments_depth')), $comment, $comment->comment_post_ID).''; $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 .= ''; } }