@@ -1036,7 +1036,7 @@ |
||
1036 | 1036 | <label for="card_state" class="give-label"> |
1037 | 1037 | <?php echo $label; ?> |
1038 | 1038 | <?php if ( give_field_is_required( 'card_state', $form_id ) ) : |
1039 | - ?> |
|
1039 | + ?> |
|
1040 | 1040 | <span class="give-required-indicator <?php echo ( array_key_exists( $selected_country, $states_not_required_country_list ) ? 'give-hidden' : '' ) ?> ">*</span> |
1041 | 1041 | <?php endif; ?> |
1042 | 1042 | <span class="give-tooltip give-icon give-icon-question" |
@@ -71,7 +71,7 @@ |
||
71 | 71 | <?php |
72 | 72 | // Display View Receipt or |
73 | 73 | if ( 'publish' !== $post->post_status |
74 | - && 'subscription' !== $post->post_status |
|
74 | + && 'subscription' !== $post->post_status |
|
75 | 75 | ) : ?> |
76 | 76 | <a href="<?php echo esc_url( add_query_arg( 'payment_key', give_get_payment_key( $post->ID ), give_get_history_page_uri() ) ); ?>"><span |
77 | 77 | class="give-donation-status <?php echo $post->post_status; ?>"><?php echo esc_html__( 'View', 'give' ) . ' ' . give_get_payment_status( $post, true ) . ' »'; ?></span></a> |