Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inc/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* WooCommerce setup function.
*
* @link https://docs.woocommerce.com/document/third-party-custom-theme-compatibility/
* @link https://github.com/woocommerce/woocommerce/wiki/Enabling-product-gallery-features-(zoom,-swipe,-lightbox)-in-3.0.0
* @link https://github.com/woocommerce/woocommerce/wiki/Enabling-product-gallery-features-(zoom,-swipe,-lightbox)
*
* @return void
*/
Expand Down Expand Up @@ -81,7 +81,7 @@ function _s_woocommerce_products_per_page() {
add_filter( 'loop_shop_per_page', '_s_woocommerce_products_per_page' );

/**
* Product gallery thumnbail columns.
* Product gallery thumbnail columns.
*
* @return integer number of columns.
*/
Expand Down