Changeset 60778
- Timestamp:
- 09/17/2025 02:58:10 PM (7 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-bindings/post-data.php
r60539 r60778 61 61 'label' => _x( 'Post Data', 'block bindings source' ), 62 62 'get_value_callback' => '_block_bindings_post_data_get_value', 63 'uses_context' => array( 'postId' ),63 'uses_context' => array( 'postId', 'postType' ), // Both are needed on the client side. 64 64 ) 65 65 );
Note: See TracChangeset
for help on using the changeset viewer.