Skip to content

Commit

Permalink
fixes block variable name in template.php (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
bacoords authored Aug 29, 2023
1 parent 8475f7f commit 3cbd1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks-jsx/10-dynamic-block/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @param array $attributes The array of attributes for this block.
* @param string $content Rendered block output. ie. <InnerBlocks.Content />.
* @param WP_Block $block_instance The instance of the WP_Block class that represents the block being rendered.
* @param WP_Block $block The instance of the WP_Block class that represents the block being rendered.
*
* @package gutenberg-examples
*/
Expand Down

0 comments on commit 3cbd1d0

Please sign in to comment.