comment_status)) { $bfa_page_comment_open = 1; } else { $bfa_page_comment_open = 0;} if ( have_comments() ) : ?>
' . '
', 'email' => '' . '
', 'url' => '' . '
' ); if ($bfa_ata['show_xhtml_tags'] == "Yes") { $comment_notes_after = ' '; } else { $comment_notes_after = ''; } // The rest is set here: $comment_form_settings = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '', 'must_log_in' => '' . sprintf( __( 'You must be logged in to post a comment.', 'atahualpa' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
', 'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. Log out?', 'atahualpa' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
', 'comment_notes_before' => '', 'comment_notes_after' => $comment_notes_after, 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => __( 'Leave a Reply','atahualpa' ), 'title_reply_to' => __( 'Leave a Reply to %s','atahualpa' ), 'cancel_reply_link' => __( 'Cancel reply','atahualpa' ), 'label_submit' => __( 'Post Comment' ,'atahualpa') ); ?>