From cb75dcf6993be7e50252d7b53edadcc45b83be3c Mon Sep 17 00:00:00 2001 From: Manos Psychogyiopoulos Date: Thu, 12 Jun 2014 14:51:23 +0300 Subject: [PATCH] filter name change --- includes/admin/class-wc-admin-post-types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/class-wc-admin-post-types.php b/includes/admin/class-wc-admin-post-types.php index 04df98644c3..87abaf11a24 100644 --- a/includes/admin/class-wc-admin-post-types.php +++ b/includes/admin/class-wc-admin-post-types.php @@ -472,7 +472,7 @@ class WC_Admin_Post_Types { break; case 'order_items' : - echo '' . apply_filters( 'woocommerce_order_item_count', sprintf( _n( '%d item', '%d items', $the_order->get_item_count(), 'woocommerce' ), $the_order->get_item_count() ), $the_order ) . ''; + echo '' . apply_filters( 'woocommerce_admin_order_item_count', sprintf( _n( '%d item', '%d items', $the_order->get_item_count(), 'woocommerce' ), $the_order->get_item_count() ), $the_order ) . ''; if ( sizeof( $the_order->get_items() ) > 0 ) {