From: Steve Sutton Date: Thu, 10 Nov 2016 17:33:40 +0000 (-0500) Subject: Remove style call X-Git-Tag: v1.0.0^2~22 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e403be5d2192230f8b0a9f424635e47c2a6bd1d1;p=WP-Themes%2Fharborcountry.git Remove style call Is already being included in the page. --- diff --git a/lib/EventRegistration.php b/lib/EventRegistration.php index 716cf0e..e2e68d5 100644 --- a/lib/EventRegistration.php +++ b/lib/EventRegistration.php @@ -17,9 +17,3 @@ add_action( 'init', function(){ session_start(); } }); -add_action( 'wp_enqueue_scripts', function(){ - wp_enqueue_style( - 'glm-event-reg', - 'http://app.gaslightmedia.com/Common/Registrations_V3/front-end/Views/style.css' - ); -} );