remove redundant code

This commit is contained in:
2025-07-14 18:58:52 +05:00
parent b925f75e17
commit 945938466b

View File

@ -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);