Completed
Pull Request — master (#1636)
by Aristeides
02:18 queued 12s
created
docs/files/class-kirki-installer-section.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,11 @@
 block discarded – undo
55 55
 						<a class="install-now button-primary button" data-slug="kirki" href="<?php echo esc_url_raw( $plugin_install_url ); ?>" aria-label="<?php esc_attr_e( 'Install Kirki Toolkit now', 'textdomain' ); ?>" data-name="Kirki Toolkit">
56 56
 							<?php esc_html_e( 'Install Now', 'textdomain' ); ?>
57 57
 						</a>
58
-					<?php else : ?>
59
-						<p style="text-align:left;margin-top:0;"><?php esc_attr_e( 'You have installed Kirki. Activate it to take advantage of this theme\'s features in the customizer.', 'textdomain' ); ?></p>
58
+					<?php else {
59
+	: ?>
60
+						<p style="text-align:left;margin-top:0;"><?php esc_attr_e( 'You have installed Kirki. Activate it to take advantage of this theme\'s features in the customizer.', 'textdomain' );
61
+}
62
+?></p>
60 63
 						<a class="install-now button-secondary button change-theme" data-slug="kirki" href="<?php echo esc_url_raw( self_admin_url( 'plugins.php' ) ); ?>" aria-label="<?php esc_attr_e( 'Activate Kirki Toolkit now', 'textdomain' ); ?>" data-name="Kirki Toolkit">
61 64
 							<?php esc_html_e( 'Activate Now', 'textdomain' ); ?>
62 65
 						</a>
Please login to merge, or discard this patch.