', '', false ) ) ); wp_link_pages( array( 'before' => '', 'link_before' => '', 'link_after' => '', 'pagelink' => '' . __( 'Page', 'twentyfifteen' ) . ' %', 'separator' => ', ', ) ); ?>
'
', 'email' => '
', 'url' => '
' ); $args = array( 'id_form' => 'commentform', 'id_submit' => 'add_contacts', 'class_submit' => 'btn btn-primary', 'name_submit' => 'submit', 'title_reply' => '

'.__('Leave a Reply', 'air').'

', 'title_reply_to' => '

'.__('Leave a Reply to %s', 'air').'

', 'cancel_reply_link' => __('Cancel Reply', 'air'), 'label_submit' => __('Post Comment', 'air'), 'format' => 'xhtml', 'comment_field' => '
', 'must_log_in' => '', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'air' ), admin_url( 'profile.php' ), $current_user->user_login, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', 'comment_notes_before' => '

' . __( 'Your email address will not be published.', 'air' ). '

', 'comment_notes_after' => '

' . sprintf( __( 'You may use these HTML tags and attributes: %s', 'air' ), ' ' . allowed_tags() . '' ) . '

', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), ); comment_form($args); ?>