Merge pull request #3936 from tivnet/master

get_product_subtotal() PHPDoc fix
This commit is contained in:
Mike Jolley 2013-10-16 06:31:56 -07:00
commit f24aaf18d0
1 changed files with 2 additions and 2 deletions

View File

@ -2247,8 +2247,8 @@ class WC_Cart {
*
* When on the checkout (review order), this will get the subtotal based on the customer's tax rate rather than the base rate
*
* @params object product
* @params int quantity
* @param WC_Product $_product
* @param int quantity
* @return string formatted price
*/
public function get_product_subtotal( $_product, $quantity ) {