Merge pull request #8523 from adnanoner/master

Add variable $order to action 'woocommerce_order_item_' . $item['type'] . '_html'
This commit is contained in:
Claudio Sanches 2015-07-06 13:52:35 -03:00
commit 47eb3c5deb
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if ( wc_tax_enabled() ) {
include( 'html-order-item.php' );
do_action( 'woocommerce_order_item_' . $item['type'] . '_html', $item_id, $item );
do_action( 'woocommerce_order_item_' . $item['type'] . '_html', $item_id, $item, $order );
}
?>
</tbody>