get_product_price() : PHPDoc fix

This commit is contained in:
Gregory K 2013-10-16 08:24:46 -04:00
parent 9de9022519
commit 571500930f
1 changed files with 1 additions and 1 deletions

View File

@ -2228,7 +2228,7 @@ class WC_Cart {
/**
* Get the product row price per item.
*
* @params object product
* @param WC_Product $_product
* @return string formatted price
*/
public function get_product_price( $_product ) {