Skip to content

Commit 6710308

Browse files
committed
Code Quality: Remove unused WP_Block_Bindings_Registry::$supported_blocks private member variable.
Developed in #10912 Follow-up to [59080], [57641]. Props soean. See #64238, #61642. Fixes #64633. git-svn-id: https://develop.svn.wordpress.org/trunk@61642 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 86e3f9d commit 6710308

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/wp-includes/class-wp-block-bindings-registry.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,6 @@ final class WP_Block_Bindings_Registry {
4444
'uses_context',
4545
);
4646

47-
/**
48-
* Supported blocks that can use the block bindings API.
49-
*
50-
* @since 6.5.0
51-
* @var string[]
52-
*/
53-
private $supported_blocks = array(
54-
'core/paragraph',
55-
'core/heading',
56-
'core/image',
57-
'core/button',
58-
);
59-
6047
/**
6148
* Registers a new block bindings source.
6249
*

0 commit comments

Comments
 (0)