From be3a77be322f60f48f0a43e461f0dfaee4a7c657 Mon Sep 17 00:00:00 2001 From: Maximus80 Date: Mon, 23 Jan 2017 12:36:31 +0100 Subject: [PATCH] add column data attr to the single product image gallery wrapper --- templates/single-product/product-image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/single-product/product-image.php b/templates/single-product/product-image.php index f218257d652..c69aa304789 100644 --- a/templates/single-product/product-image.php +++ b/templates/single-product/product-image.php @@ -28,7 +28,7 @@ $thumbnail_post = get_post( $post_thumbnail_id ); $image_title = $thumbnail_post->post_content; $placeholder = has_post_thumbnail() ? 'with-images' : 'without-images'; ?> -