From 397135df42c33fbcadf0d70a278a049fbdbfa029 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 21 Jun 2016 14:51:42 -0400 Subject: [PATCH] fix --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index f2bb201..feb56c9 100644 --- a/functions.php +++ b/functions.php @@ -86,7 +86,7 @@ function glm_site_scripts() } if ( isset( $post ) && ( is_front_page() || - in_array( $post->ID, array( 3193, 3194, 3195, 3196, 3197, 3200, 3309, 3303, 3315, 3307 ) ) + in_array( $post->ID, array( 3193, 3194, 3195, 3196, 3197, 3200, 3309, 3303, 3315, 3307 ) ) ) ) { wp_enqueque_script( 'discover-survey', -- 2.17.1