Titan-Framework icon indicating copy to clipboard operation
Titan-Framework copied to clipboard

Wrong check in the CSS Generation function

Open Sotiris-k opened this issue 5 years ago • 0 comments

https://github.com/gambitph/Titan-Framework/blob/5a1098213bd55c31360b77512dad02b3dead3a48/lib/class-option-code.php#L202

I believe this should change to

if ( $this->settings['lang'] != 'css' && $this->settings['lang'] != 'scss' ) {

if we want the function to work.

Sotiris-k avatar Jul 18 '19 10:07 Sotiris-k