Skip to content
Closed
Changes from all commits
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
Pullquote: Enable Block Bindings support
  • Loading branch information
gziolo committed Sep 22, 2025
commit efb95620a4dab8dbeecd0e30662fe9edd726c16e
1 change: 1 addition & 0 deletions src/wp-includes/class-wp-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class WP_Block {
'core/image' => array( 'id', 'url', 'title', 'alt' ),
'core/button' => array( 'url', 'text', 'linkTarget', 'rel' ),
'core/post-date' => array( 'datetime' ),
'core/pullquote' => array( 'value', 'citation' ),
);

/**
Expand Down
Loading