Editor: revert add grid layout type
Reverting the previous commit because it causes e2e to fail on trunk. See #58554. Built from https://develop.svn.wordpress.org/trunk@55958 git-svn-id: http://core.svn.wordpress.org/trunk@55470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1370,7 +1370,7 @@ class WP_Theme_JSON {
|
||||
|
||||
if (
|
||||
! empty( $class_name ) &&
|
||||
is_array( $base_style_rules )
|
||||
! empty( $base_style_rules )
|
||||
) {
|
||||
// Output display mode. This requires special handling as `display` is not exposed in `safe_style_css_filter`.
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user