Make WordPress Core

Changeset 58194


Ignore:
Timestamp:
05/24/2024 08:29:10 AM (5 months ago)
Author:
swissspidy
Message:

Editor: fix PHP warnings in tests after [58170].

Props peterwilsoncc.
Fixes #61111.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/block-supports/layout.php

    r58181 r58194  
    442442                'parent_block' => new WP_Block(
    443443                    array(
    444                         'attrs' => array(
     444                        'blockName' => 'core/group',
     445                        'attrs'     => array(
    445446                            'layout' => array(
    446447                                'type' => 'grid',
Note: See TracChangeset for help on using the changeset viewer.