Test Failed
Pull Request — master (#1937)
by
unknown
05:41
created
includes/forms/template.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1036,7 +1036,7 @@
 block discarded – undo
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"
Please login to merge, or discard this patch.
templates/history-donations.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
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 ) . ' &raquo;'; ?></span></a>
Please login to merge, or discard this patch.