Changeset 60539 for trunk/tests/phpunit/tests/block-bindings/register.php
- Timestamp:
- 08/05/2025 01:52:44 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-bindings/register.php
r57562 r60539 73 73 $source_two_name => new WP_Block_Bindings_Source( $source_two_name, $source_two_properties ), 74 74 $source_three_name => new WP_Block_Bindings_Source( $source_three_name, $source_three_properties ), 75 'core/post-data' => get_block_bindings_source( 'core/post-data' ), 75 76 'core/post-meta' => get_block_bindings_source( 'core/post-meta' ), 76 77 'core/pattern-overrides' => get_block_bindings_source( 'core/pattern-overrides' ),
Note: See TracChangeset
for help on using the changeset viewer.