Completed
Pull Request — master (#1653)
by Aristeides
03:41 queued 01:33
created
docs/files/class-kirki-installer-section.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,8 +69,11 @@
 block discarded – undo
69 69
 					<li id="accordion-section-<?php echo esc_attr( $this->id ); ?>" class="<?php echo esc_attr( $classes ); ?>" style="border-top:none;border-bottom:1px solid #ddd;padding:7px 14px 16px 14px;text-align:right;">
70 70
 						<?php if ( ! $installed ) : ?>
71 71
 							<?php $this->install_button(); ?>
72
-						<?php else : ?>
73
-							<?php $this->activate_button(); ?>
72
+						<?php else {
73
+	: ?>
74
+							<?php $this->activate_button();
75
+}
76
+?>
74 77
 						<?php endif; ?>
75 78
 						<?php $this->dismiss_button(); ?>
76 79
 					</li>
Please login to merge, or discard this patch.