remove redundant code
This commit is contained in:
@ -103,14 +103,6 @@ function custom_wp_theme_json_default($theme_json)
|
|||||||
'typography' => array(
|
'typography' => array(
|
||||||
'fontSizes' => array(),
|
'fontSizes' => array(),
|
||||||
),
|
),
|
||||||
// 'dimensions' => array(
|
|
||||||
// 'aspectRatios' => array(),
|
|
||||||
// ),
|
|
||||||
// 'spacing' => array(
|
|
||||||
// 'spacingScale' => array(
|
|
||||||
// 'steps' => 0,
|
|
||||||
// ),
|
|
||||||
// ),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
return $theme_json->update_with($new_data);
|
return $theme_json->update_with($new_data);
|
||||||
|
|||||||
Reference in New Issue
Block a user