Update wc-template-functions.php
Fixed spelling of woocommerce_gallery_thumbnail_size
This commit is contained in:
parent
58618caeb9
commit
bd6c7cfb13
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue