Update includes/wc-template-functions.php

This commit is contained in:
Claudio Sanches 2020-10-14 15:29:24 -03:00 committed by GitHub
parent 9cf2d81f60
commit 47a7c6648a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1485,7 +1485,7 @@ if ( ! function_exists( 'woocommerce_show_product_images' ) ) {
}
}
$args = compact( 'post_thumbnail_id', 'gallery_image_ids' );
wc_get_template( 'single-product/product-thumbnails.php', $args );
wc_get_template( 'single-product/product-image.php', $args );
}
}
if ( ! function_exists( 'woocommerce_show_product_thumbnails' ) ) {