Changeset 61642
- Timestamp:
- 02/14/2026 12:36:54 AM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-bindings-registry.php
r60904 r61642 43 43 'get_value_callback', 44 44 'uses_context', 45 );46 47 /**48 * Supported blocks that can use the block bindings API.49 *50 * @since 6.5.051 * @var string[]52 */53 private $supported_blocks = array(54 'core/paragraph',55 'core/heading',56 'core/image',57 'core/button',58 45 ); 59 46
Note: See TracChangeset
for help on using the changeset viewer.