Completed
Pull Request — master (#1159)
by
unknown
19:47
created
includes/admin/class-give-settings.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -543,17 +543,17 @@
 block discarded – undo
543 543
 							'type' => 'file'
544 544
 						),
545 545
 						array(
546
-						    'id'      => 'email_logo_size',
547
-						    'name'    => esc_html( 'Select Logo Size', 'give' ),
548
-						    'desc'    => esc_html( 'Choose which size to display logo', 'give' ),
549
-						    'type'    => 'select',
550
-						    'options' => array(
551
-						        'full' 		=> __( 'Full', 'give' ),
552
-						        'large'   	=> __( 'Large', 'give' ),
553
-						        'medium'    => __( 'Medium', 'give' ),
554
-						        'thumbnail' => __( 'Thumbnail', 'give' )
555
-						    ),
556
-						    'default' => 'full',
546
+							'id'      => 'email_logo_size',
547
+							'name'    => esc_html( 'Select Logo Size', 'give' ),
548
+							'desc'    => esc_html( 'Choose which size to display logo', 'give' ),
549
+							'type'    => 'select',
550
+							'options' => array(
551
+								'full' 		=> __( 'Full', 'give' ),
552
+								'large'   	=> __( 'Large', 'give' ),
553
+								'medium'    => __( 'Medium', 'give' ),
554
+								'thumbnail' => __( 'Thumbnail', 'give' )
555
+							),
556
+							'default' => 'full',
557 557
 						),
558 558
 						array(
559 559
 							'id'      => 'from_name',
Please login to merge, or discard this patch.