From 17b386231409eb10a07e5116e3d182ea708b836a Mon Sep 17 00:00:00 2001 From: Tiago Noronha Date: Thu, 18 Feb 2016 16:58:24 +0000 Subject: [PATCH] global storefront_version var. --- inc/class-deli-customizer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/class-deli-customizer.php b/inc/class-deli-customizer.php index 986facb..3a44589 100644 --- a/inc/class-deli-customizer.php +++ b/inc/class-deli-customizer.php @@ -21,6 +21,8 @@ class Deli_Customizer { * @since 1.0 */ public function __construct() { + global $storefront_version; + add_action( 'wp_enqueue_scripts', array( $this, 'add_customizer_css' ), 1000 ); add_action( 'customize_register', array( $this, 'edit_default_controls' ), 99 ); add_action( 'customize_register', array( $this, 'edit_default_customizer_settings' ), 99 );