id="comment-">
$leave_reply,'depth' => $depth, 'max_depth' => $args['max_depth'], 'per_page' => $args['per_page']))) ?>

', '

' ); ?> comment_approved == '0' ) : ?>

'app_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) { ?>

comment_status) { ?>

'
', 'email' => '
', ); function app_fields($fields) { return $fields; } add_filter('comment_form_default_fields','app_fields'); $defaults = array( 'fields'=> apply_filters( 'comment_form_default_fields', $fields ), 'comment_field'=> '
', 'logged_in_as' => '

' . ''.$user_identity.''.__( " Logged in as ",'app' ). ''.__(" Log out?",'app').'' . '

', 'id_submit'=> 'blogdetail-btn', 'label_submit'=>__( 'Submit','app'), 'comment_notes_after'=> '', 'comment_notes_before' => '', 'title_reply'=> '

'.__('Comment', 'app').'

', 'id_form'=> 'commentform' ); ob_start(); comment_form($defaults); echo str_replace('class="comment-form"','class="form-inline"',ob_get_clean()); ?>