Skip to content
Prev Previous commit
Next Next commit
Update src/wp-includes/block-bindings.php
Co-authored-by: Damián Suárez <[email protected]>
  • Loading branch information
gziolo and retrofox authored Feb 7, 2024
commit 09d325f28f133daf104391dfe46e8f7e03e752a5
4 changes: 2 additions & 2 deletions src/wp-includes/block-bindings.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
/**
* Registers a new block bindings source.
*
* Registering a source consists of defining a **name** for that source as well as a callback function
* which specifies how to get a value from that source and pass it to a block attribute.
* Registering a source consists of defining a **name** for that source and a callback function specifying
* how to get a value from that source and pass it to a block attribute.
*
* Once a source is registered, any block that supports the Block Bindings API can use a value
* from that source by setting its `metadata.bindings` attribute to a value that refers to the source.
Expand Down