Skip to content
Closed
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
Prev Previous commit
Fix phpcs
  • Loading branch information
youknowriad committed Jul 13, 2021
commit 393a01f5766e1a36be8cf5c6e4c68f84988ff0d7
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-theme-json.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class WP_Theme_JSON {
'custom' => null,
'layout' => array(
'contentSize' => null,
'wideSize' => null,
'wideSize' => null,
),
'spacing' => array(
'customMargin' => null,
Expand Down