Changes between Initial Version and Version 1 of Ticket #56467, comment 413
- Timestamp:
- 10/27/2022 08:32:18 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56467, comment 413
initial v1 21 21 3. Modify `WP_Theme_JSON::set_spacing_sizes()` to include an `! isset( $spacing_scale['steps'] )` check, since that key may not be present now, to avoid a PHP warning. 22 22 4. Inspect the frontend of the site before and after the change. There is no change in any of the CSS included, except that a single CSS rule `:where(.wp-block-columns.is-layout-flex){gap: 2em;}` is now gone. To be fair, I'm a bit unclear why that was there in the first place, since the `is-layout-flex` class is not used anywhere on the page. 23 24 I've opened https://github.com/WordPress/wordpress-develop/pull/3536 for consideration.