Restoring the lost "Orders ->Add order" menu item on new nav (https://github.com/woocommerce/woocommerce-admin/pull/5574)
This commit is contained in:
parent
89b88bd620
commit
d097dfaa23
|
@ -166,6 +166,7 @@ class CoreMenu {
|
|||
array(
|
||||
$home_item,
|
||||
$order_items[1],
|
||||
$order_items[2],
|
||||
$product_items[1],
|
||||
$product_items[2],
|
||||
$coupon_items[0],
|
||||
|
|
Loading…
Reference in New Issue