Merge pull request #10264 from helgatheviking/master

row actions for shop orders
This commit is contained in:
Mike Jolley 2016-02-05 12:22:14 +00:00
commit 38d618e9d9
1 changed files with 3 additions and 1 deletions

View File

@ -904,7 +904,9 @@ class WC_Admin_Post_Types {
} }
if ( 'shop_order' === $post->post_type ) { 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 ) { if ( 'shop_coupon' === $post->post_type ) {