get_product_price() : PHPDoc fix
This commit is contained in:
parent
9de9022519
commit
571500930f
|
@ -2228,7 +2228,7 @@ class WC_Cart {
|
||||||
/**
|
/**
|
||||||
* Get the product row price per item.
|
* Get the product row price per item.
|
||||||
*
|
*
|
||||||
* @params object product
|
* @param WC_Product $_product
|
||||||
* @return string formatted price
|
* @return string formatted price
|
||||||
*/
|
*/
|
||||||
public function get_product_price( $_product ) {
|
public function get_product_price( $_product ) {
|
||||||
|
|
Loading…
Reference in New Issue