Skip to content

Commit

Permalink
Remove duplicate block registration
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieur-z committed Sep 28, 2023
1 parent b6f7c7c commit b9b192c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions projects/plugins/jetpack/extensions/blocks/recipe/recipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ function () {
)
);

Blocks::jetpack_register_block(
__DIR__,
array(
'render_callback' => array( 'Automattic\\Jetpack\\Extensions\\Recipe\\Jetpack_Recipe_Block', 'render' ),
)
);

Blocks::jetpack_register_block(
'jetpack/recipe-details',
array(
Expand Down

0 comments on commit b9b192c

Please sign in to comment.