Skip to content

Commit

Permalink
Duplicated semicolon at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
allysonsouza committed Feb 24, 2016
1 parent 1f484f6 commit dc186ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/woocommerce/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
* @see odin_loop_columns()
* @since 2.2.6
*/
add_filter( 'woocommerce_product_thumbnails_columns', 'odin_thumbnail_columns' );;
add_filter( 'woocommerce_product_thumbnails_columns', 'odin_thumbnail_columns' );
add_filter( 'loop_shop_per_page', 'odin_products_per_page' );
add_filter( 'loop_shop_columns', 'odin_loop_columns' );

0 comments on commit dc186ff

Please sign in to comment.