Fixed docblock

This commit is contained in:
Claudio Sanches 2020-06-02 12:17:59 -03:00 committed by GitHub
parent 2267dcfe7e
commit 5bf9a83e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ if ( ! class_exists( 'WC_Admin_Dashboard', false ) ) :
*
* @since 4.3.0
* @param null|string $outofstock_count Out of stock count, by default null.
* @param int $nostock No stock amount
* @param int $nostock No stock amount
*/
$outofstock_count = apply_filters( 'woocommerce_status_widget_out_of_stock_count_pre_query', null, $nostock );