Update wc-template-functions.php

Fixed spelling of woocommerce_gallery_thumbnail_size
This commit is contained in:
Yash Kapoor 2019-08-22 12:10:54 +05:30 committed by GitHub
parent 58618caeb9
commit bd6c7cfb13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1447,7 +1447,7 @@ if ( ! function_exists( 'woocommerce_show_product_thumbnails' ) ) {
/**
* Get HTML for a gallery image.
*
* Woocommerce_gallery_thumbnail_size, woocommerce_gallery_image_size and woocommerce_gallery_full_size accept name based image sizes, or an array of width/height values.
* woocommerce_gallery_thumbnail_size, woocommerce_gallery_image_size and woocommerce_gallery_full_size accept name based image sizes, or an array of width/height values.
*
* @since 3.3.2
* @param int $attachment_id Attachment ID.