Issue Description
Missing semicolon in register_block_bindings_source code example
URL of the Page with the Issue
https://developer.wordpress.org/reference/functions/register_block_bindings_source/#registering-a-source
Section of Page with the issue
"Registering a source" the line return "The value passed to the block is: $value" is missing a semicolon.
Issue Description
Missing semicolon in register_block_bindings_source code example
URL of the Page with the Issue
https://developer.wordpress.org/reference/functions/register_block_bindings_source/#registering-a-source
Section of Page with the issue
"Registering a source" the line
return "The value passed to the block is: $value"is missing a semicolon.