From 9571b8827eb159543f34df0bd2c6b46c2f95ac39 Mon Sep 17 00:00:00 2001 From: Kathy Darling Date: Tue, 8 Sep 2015 13:41:12 -0400 Subject: [PATCH] Add `woocommerce_admin_order_item_thumbnail` filter in `html-order-item.php`. --- includes/admin/meta-boxes/views/html-order-item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/meta-boxes/views/html-order-item.php b/includes/admin/meta-boxes/views/html-order-item.php index 6edf5cb7a1c..7c26bbf403e 100644 --- a/includes/admin/meta-boxes/views/html-order-item.php +++ b/includes/admin/meta-boxes/views/html-order-item.php @@ -32,7 +32,7 @@ if ( ! defined( 'ABSPATH' ) ) { echo '
' . wc_get_formatted_variation( $_product->variation_data, true ); } - ?>">get_image( 'shop_thumbnail', array( 'title' => '' ) ); ?> + ?>">get_image( 'shop_thumbnail', array( 'title' => '' ) ), $item_id, $item ); ?>