';
echo '';
// comment content body
comment_text();
// end comment content body
// reply link
comment_reply_link(array_merge($args, array(
'add_below' => 'div-comment',
'depth' => $depth,
'max_depth' => $args['max_depth'],
'reply_text' => ' ' . __('Reply'),
'login_text' => ' ' . __('Log in to Reply')
)));
// end reply link
echo '
';
// end comment content
echo '