plugin updates
This commit is contained in:
@@ -104,7 +104,7 @@ class WP_Block_Supports {
|
||||
}
|
||||
|
||||
$block_attributes = array_key_exists( 'attrs', self::$block_to_render ) && is_array( self::$block_to_render['attrs'] )
|
||||
? self::$block_to_render['attrs']
|
||||
? $block_type->prepare_attributes_for_render( self::$block_to_render['attrs'] )
|
||||
: array();
|
||||
|
||||
$output = array();
|
||||
|
||||
Reference in New Issue
Block a user