Skip to content

Commit

Permalink
fixes #1448
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jul 8, 2017
1 parent a4c41cf commit 319bab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class-kirki-util.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Kirki_Util {
public function __construct() {
add_action( 'after_setup_theme', array( $this, 'acf_pro_compatibility' ) );
add_filter( 'http_request_args', array( $this, 'http_request' ), 10, 2 );
add_filter( 'option_active_plugins', array( $this, 'is_plugin_active' ) );
// add_filter( 'option_active_plugins', array( $this, 'is_plugin_active' ) );
}

/**
Expand Down

0 comments on commit 319bab9

Please sign in to comment.