id="comment-">
', '

' ); ?> comment_approved == '0' ) : ?>
$leave_reply,'depth' => $depth, 'max_depth' => $args['max_depth'], 'per_page' => $args['per_page']))) ?>
'innofit_comments' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>

comment_status) : if ( get_option('comment_registration') && isset($user_ID )): ?>

logged in to post a comment.', 'innofit' ), array( 'a' => array( 'href' => array(), ), ) ), esc_url(site_url( 'wp-login.php' )) . '?redirect_to=' . urlencode(esc_url(get_permalink()))); ?>

'; $innofit_fields = array( 'author'=>'
', 'email'=>'
', 'website'=> '
', ); function innofit_fields( $innofit_fields ) { return $innofit_fields; } add_filter('comment_form_default_fields','innofit_fields'); $innofit_defaults = array( 'fields'=> apply_filters( 'comment_form_default_fields', $innofit_fields ), 'comment_field'=>'
', 'logged_in_as'=>'

' . esc_html__( "Logged in as",'innofit').' '.''.$user_identity.''. ' '.esc_html__("Logout",'innofit').'' . '

', 'id_submit'=> 'blogdetail-btn', 'label_submit'=>esc_html__('Send Message','innofit'), 'class_submit'=>'more-link btn-small dark', 'comment_notes_after'=> '', 'comment_notes_before' => '', 'title_reply'=> '
'.esc_html__('Leave a Reply', 'innofit').'
', 'id_form'=> 'commentform' ); ob_start(); comment_form($innofit_defaults); echo str_replace('class="comment-form"','class="form-inline"',ob_get_clean()); echo ''; endif; endif; ?>