wp core update 6.6
This commit is contained in:
@@ -103,7 +103,7 @@ class WP_Block_Supports {
|
||||
return array();
|
||||
}
|
||||
|
||||
$block_attributes = array_key_exists( 'attrs', self::$block_to_render )
|
||||
$block_attributes = array_key_exists( 'attrs', self::$block_to_render ) && is_array( self::$block_to_render['attrs'] )
|
||||
? self::$block_to_render['attrs']
|
||||
: array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user