Merge pull request #9956 from frozzare/docs/class-wc-report-out-of-stock

Improve docblock comments in WC_Report_Out_Of_Stock class
This commit is contained in:
Mike Jolley 2016-01-05 12:12:38 +00:00
commit cc1232e126
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ class WC_Report_Out_Of_Stock extends WC_Report_Stock {
/**
* Get Products matching stock criteria.
*
* @param int $current_page
* @param int $per_page
*/
public function get_items( $current_page, $per_page ) {
global $wpdb;