From bfa1cf376bb310977978a0494dd9857a44f74e8a Mon Sep 17 00:00:00 2001 From: Kirk Wight Date: Sat, 3 May 2014 20:09:14 -0400 Subject: [PATCH] Remove unnecessary global call. --- functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions.php b/functions.php index 0ab0da7965..0e88b89733 100644 --- a/functions.php +++ b/functions.php @@ -134,8 +134,6 @@ function debut_widgets_init() { * Enqueue scripts and styles */ function debut_scripts() { - global $post; - wp_enqueue_style( 'debut-style', get_stylesheet_uri() ); wp_enqueue_script( 'debut-scripts', get_template_directory_uri() . '/js/debut.js', array( 'jquery' ) );