Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Declare the variable to avoid WP.com lint issue
  • Loading branch information
kraftbj committed Sep 30, 2019
commit 5a5a324e6264c5ad759eff48de300ffedc2b44ae
2 changes: 1 addition & 1 deletion modules/custom-css/csstidy/class.csstidy_optimise.php
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ static function dissolve_short_font($str_value) {
$important = '!important';
$str_value = csstidy::gvw_important($str_value);
}

$have = array();
$have['style'] = false;
$have['variant'] = false;
$have['weight'] = false;
Expand Down