Skip to content

Commit 29b8029

Browse files
committed
Tabs. No spaces.
1 parent 0f879db commit 29b8029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-theme-json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class WP_Theme_JSON {
237237
'background-position' => array( 'background', 'backgroundPosition' ),
238238
'background-repeat' => array( 'background', 'backgroundRepeat' ),
239239
'background-size' => array( 'background', 'backgroundSize' ),
240-
'background-attachment' => array( 'background', 'backgroundAttachment' ),
240+
'background-attachment' => array( 'background', 'backgroundAttachment' ),
241241
'border-radius' => array( 'border', 'radius' ),
242242
'border-top-left-radius' => array( 'border', 'radius', 'topLeft' ),
243243
'border-top-right-radius' => array( 'border', 'radius', 'topRight' ),

0 commit comments

Comments
 (0)