Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Forgot to add return statement 😬
  • Loading branch information
ockham committed Sep 25, 2025
commit 784c041713f53c3a3130f989b4d6c27802a3a15c
2 changes: 2 additions & 0 deletions src/wp-includes/block-bindings.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,6 @@ function get_block_bindings_supported_attributes( $block_type ) {
"block_bindings_supported_attributes_{$block_type}",
$supported_block_attributes
);

return $supported_block_attributes;
}