Changeset 54800 for branches/6.1/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 11/10/2022 10:40:59 PM (2 years ago)
- Location:
- branches/6.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1
-
branches/6.1/src/wp-includes/class-wp-theme-json.php
r54778 r54800 2940 2940 $spacing_scale = _wp_array_get( $this->theme_json, array( 'settings', 'spacing', 'spacingScale' ), array() ); 2941 2941 2942 if ( ! is_numeric( $spacing_scale['steps'] ) 2942 if ( ! isset( $spacing_scale['steps'] ) 2943 || ! is_numeric( $spacing_scale['steps'] ) 2943 2944 || ! isset( $spacing_scale['mediumStep'] ) 2944 2945 || ! isset( $spacing_scale['unit'] )
Note: See TracChangeset
for help on using the changeset viewer.