Skip to content

Commit

Permalink
Fix issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebj committed Mar 19, 2018
1 parent bb4d67b commit 3ce38d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Blocks/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function run() {
'description' => __( 'Display WooCommerce Product in your post', 'gutenblocks' ),
);

gutenblocks_register_blocks( 'gutenblocks/products', __( 'Product', 'gutenblocks' ), $args );
gutenblocks_register_blocks( 'gutenblocks/product', __( 'Product', 'gutenblocks' ), $args );
}

public function register_render() {
Expand Down

0 comments on commit 3ce38d2

Please sign in to comment.