Merge pull request #10264 from helgatheviking/master
row actions for shop orders
This commit is contained in:
commit
38d618e9d9
|
@ -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 ) {
|
||||||
|
|
Loading…
Reference in New Issue