Merge pull request #15409 from woocommerce/improvement/wiki

Add wiki links to order query docblocks.
This commit is contained in:
Claudio Sanches 2017-06-01 16:03:43 -03:00 committed by GitHub
commit b01a6996d8
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ if ( ! defined( 'ABSPATH' ) ) {
/**
* Class for parameter-based Order querying.
* Args and usage: https://github.com/woocommerce/woocommerce/wiki/wc_get_orders-and-WC_Order_Query
*
* @version 3.1.0
* @since 3.1.0

View File

@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
* This function should be used for order retrieval so that when we move to
* custom tables, functions still work.
*
* Args and usage: @todo link to wiki page.
* Args and usage: https://github.com/woocommerce/woocommerce/wiki/wc_get_orders-and-WC_Order_Query
*
* @since 2.6.0
* @param array $args Array of args (above)