Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Aug 26, 2022
1 parent ea5aca3 commit 6d94d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compat/wordpress-6.1/class-wp-theme-json-6-1.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ public static function remove_insecure_properties( $theme_json ) {
'filter' => array(
'duotone' => null,
),
'outline' => array(
'outline' => array(
'color' => null,
'offset' => null,
'offset' => null,
'style' => null,
'width' => null,
),
Expand Down

0 comments on commit 6d94d1c

Please sign in to comment.