Merge pull request #1385 from wpamitkumar/wpamitkumar

Update reference link URL & Fix Typo Error.
This commit is contained in:
Ismail El Korchi 2020-03-28 12:31:21 +01:00 committed by GitHub
commit 04ead0d757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
* WooCommerce setup function. * WooCommerce setup function.
* *
* @link https://docs.woocommerce.com/document/third-party-custom-theme-compatibility/ * @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 * @return void
*/ */
@ -81,7 +81,7 @@ function _s_woocommerce_products_per_page() {
add_filter( 'loop_shop_per_page', '_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. * @return integer number of columns.
*/ */