'inspiro_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

apply_filters( 'comment_form_default_fields', array( 'author' => '

' . ' ' . '' . '' . '

', 'email' => '', 'url' => '

' . ' ' . '' . '

', 'cookies' => '', ) ), 'comment_field' => '

' . ' ' . '' . '

', /* translators: %1$s: admin url to profile %2$s: User identity %3$s: logout URL */ 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'inspiro' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '

', 'title_reply' => __( 'Leave a Comment', 'inspiro' ), 'cancel_reply_link' => __( 'Cancel', 'inspiro' ), 'label_submit' => __( 'Post Comment', 'inspiro' ), 'comment_form_after' => '
', ); comment_form( $custom_comment_form ); ?>