Skip to content

Commit

Permalink
global storefront_version var.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonoronha committed Feb 18, 2016
1 parent 915a959 commit 17b3862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/class-deli-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 17b3862

Please sign in to comment.