diff --git a/admin/post-types/writepanels/writepanel-product_images.php b/admin/post-types/writepanels/writepanel-product_images.php index 55ff36668a3..71563150e29 100644 --- a/admin/post-types/writepanels/writepanel-product_images.php +++ b/admin/post-types/writepanels/writepanel-product_images.php @@ -31,8 +31,8 @@ function woocommerce_product_images_box() { ' . wp_get_attachment_image( $thumbnail_id, 'full' ) . ' '; @@ -48,8 +48,8 @@ function woocommerce_product_images_box() { ' . wp_get_attachment_image( $attachment_id, 'full' ) . ' '; } @@ -235,8 +235,8 @@ function woocommerce_product_images_box() { \ \ \ ');