Restoring the lost "Orders ->Add order" menu item on new nav (https://github.com/woocommerce/woocommerce-admin/pull/5574)

This commit is contained in:
Joel Thiessen 2020-11-10 09:36:03 -08:00 committed by GitHub
parent 89b88bd620
commit d097dfaa23
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ class CoreMenu {
array(
$home_item,
$order_items[1],
$order_items[2],
$product_items[1],
$product_items[2],
$coupon_items[0],