Changeset 57372 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 01/28/2024 09:33:00 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r57355 r57372 785 785 } 786 786 787 if ( in_array( $hooked_block_type, $anchor_block['attrs']['metadata']['ignoredHookedBlocks'] ) ) {787 if ( in_array( $hooked_block_type, $anchor_block['attrs']['metadata']['ignoredHookedBlocks'], true ) ) { 788 788 return ''; 789 789 }
Note: See TracChangeset
for help on using the changeset viewer.