From 0720e6dc892440c688627b861ef01234004fa04a Mon Sep 17 00:00:00 2001 From: Kathy Darling Date: Wed, 3 Feb 2016 12:43:18 -0500 Subject: [PATCH] row actions for shop orders --- includes/admin/class-wc-admin-post-types.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/admin/class-wc-admin-post-types.php b/includes/admin/class-wc-admin-post-types.php index d616301ecaa..0fe5bbf26c7 100644 --- a/includes/admin/class-wc-admin-post-types.php +++ b/includes/admin/class-wc-admin-post-types.php @@ -904,7 +904,9 @@ class WC_Admin_Post_Types { } if ( 'shop_order' === $post->post_type ) { - return array(); + if ( isset( $actions['inline hide-if-no-js'] ) ) { + unset( $actions['inline hide-if-no-js'] ); + } } if ( 'shop_coupon' === $post->post_type ) {