Add file doc block to fix linting issue (https://github.com/woocommerce/woocommerce-admin/pull/628)
This commit is contained in:
parent
521fc2528c
commit
daa929b887
|
@ -1,4 +1,9 @@
|
|||
<?php
|
||||
/**
|
||||
* Order Functions
|
||||
*
|
||||
* @package WooCommerce Admin
|
||||
*/
|
||||
|
||||
/**
|
||||
* Make an entry in the wc_admin_order_product_lookup table for an order.
|
||||
|
|
Loading…
Reference in New Issue