Update wc-template-functions.php

This commit is contained in:
Yash Kapoor 2019-08-22 12:35:38 +05:30 committed by GitHub
parent bd6c7cfb13
commit e4456144f9
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.
* Hooks: 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.