Skip to content

Commit

Permalink
fix: improve compatibility with Divi builder
Browse files Browse the repository at this point in the history
  • Loading branch information
selul authored Feb 13, 2020
2 parents 755f036 + 7a42bcf commit efdabfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/conflicts/divi.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function is_conflict_valid() {
if ( ! function_exists( 'et_get_option' ) ) {
return false;
}
if ( 'off' === et_get_option( 'et_pb_static_css_file', 'on' ) ) {
if ( 'off' === et_get_option( 'et_pb_static_css_file', 'off' ) ) {
return false;
}

Expand Down

0 comments on commit efdabfe

Please sign in to comment.