Merge pull request #16198 from moewe-io/master

Updated class reference in comment
This commit is contained in:
Mike Jolley 2017-07-20 12:49:15 +01:00 committed by GitHub
commit 710a921551
1 changed files with 2 additions and 2 deletions

View File

@ -2460,7 +2460,7 @@ if ( ! function_exists( 'wc_display_item_meta' ) ) {
/**
* Display item meta data.
* @since 3.0.0
* @param WC_Item $item
* @param WC_Order_Item $item
* @param array $args
* @return string|void
*/
@ -2498,7 +2498,7 @@ if ( ! function_exists( 'wc_display_item_downloads' ) ) {
/**
* Display item download links.
* @since 3.0.0
* @param WC_Item $item
* @param WC_Order_Item $item
* @param array $args
* @return string|void
*/