forked from mirror/_s
Merge pull request #1385 from wpamitkumar/wpamitkumar
Update reference link URL & Fix Typo Error.
This commit is contained in:
commit
04ead0d757
|
@ -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
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
|
Reference in New Issue