comment_author; $com_txt = $comment->comment_content; $com_id = get_comment_ID(); $com_date = get_comment_date( 'd\/m\/Y' ); $com_h = get_comment_time( 'H' ); $com_m = get_comment_time( 'i' ); $com_parent = $comment->comment_parent; //$com_parent = get_query_var('com_parent'); if ($com_parent == 0): $comlevel = "comlevel1"; else: $comlevel = "comlevel2"; endif; ?>
" ?> 'comment', 'respond_id' => 'respond', 'reply_text' => __('Reply'), 'login_text' => __('Log in to Reply'), 'depth' => 1, 'before' => '', 'after' => '', 'max_depth' => $max_depth ); $com_replink = get_comment_reply_link($default,$comment_id,$post_id); ?>