Changeset 60809 for trunk/src/wp-includes/block-bindings.php
- Timestamp:
- 09/29/2025 04:28:00 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-bindings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-bindings.php
r60807 r60809 149 149 150 150 $supported_block_attributes = 151 $block_bindings_supported_attributes[ $block_type ] ?? 152 array(); 151 isset( $block_type, $block_bindings_supported_attributes[ $block_type ] ) ? 152 $block_bindings_supported_attributes[ $block_type ] : 153 array(); 153 154 154 155 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)