Add comma

Per new Woo template files;
This commit is contained in:
Unknown 2018-03-22 14:33:12 -06:00 committed by zachary
parent 5e74771858
commit abf4d75e8e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $customer_orders = get_posts( apply_filters( 'woocommerce_my_account_my_orders_q
'meta_key' => '_customer_user',
'meta_value' => get_current_user_id(),
'post_type' => wc_get_order_types( 'view-orders' ),
'post_status' => array_keys( wc_get_order_statuses() )
'post_status' => array_keys( wc_get_order_statuses() ),
) ) );
if ( $customer_orders ) : ?>