diff --git a/admin/post-types/writepanels/writepanel-product_images.php b/admin/post-types/writepanels/writepanel-product_images.php index abcb3ce4d88..02dfdd3da69 100644 --- a/admin/post-types/writepanels/writepanel-product_images.php +++ b/admin/post-types/writepanels/writepanel-product_images.php @@ -37,7 +37,7 @@ function woocommerce_product_images_box() { if ( $attachments ) foreach ( $attachments as $attachment_id ) { echo '
  • - ' . wp_get_attachment_image( $attachment_id, 'full' ) . ' + ' . wp_get_attachment_image( $attachment_id, 'thumbnail' ) . ' @@ -161,4 +161,4 @@ function woocommerce_product_images_box() { });