From 945938466bec323aff20ba9fadd91e9f5ea7e377 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 14 Jul 2025 18:58:52 +0500 Subject: [PATCH] remove redundant code --- functions.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/functions.php b/functions.php index b23a9d6..ed72ee4 100644 --- a/functions.php +++ b/functions.php @@ -103,14 +103,6 @@ function custom_wp_theme_json_default($theme_json) 'typography' => array( 'fontSizes' => array(), ), - // 'dimensions' => array( - // 'aspectRatios' => array(), - // ), - // 'spacing' => array( - // 'spacingScale' => array( - // 'steps' => 0, - // ), - // ), ), ); return $theme_json->update_with($new_data);