From 85327cfa453bd79e34a5fd81c5e061ae1dc1a736 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Tue, 9 Jan 2024 15:30:12 +0000 Subject: [PATCH] Coding standards --- src/class-convertkit-api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class-convertkit-api.php b/src/class-convertkit-api.php index 75c1a32..ae2082b 100644 --- a/src/class-convertkit-api.php +++ b/src/class-convertkit-api.php @@ -1497,7 +1497,7 @@ public function get_landing_page_html( $url ) { // Inject JS for subscriber forms to work. // wp_enqueue_script() isn't called when we load a Landing Page, so we can't use it. // phpcs:disable WordPress.WP.EnqueuedResources - $script = ""; + $script = ""; $script .= "'; // phpcs:enable