Fix get_cart_tax() comment

This commit is contained in:
mgiulio 2014-09-29 17:11:34 +02:00
parent 878cae2c7a
commit 56c2e5838d
1 changed files with 1 additions and 1 deletions

View File

@ -1239,7 +1239,7 @@ abstract class WC_Abstract_Order {
}
/**
* Gets shipping tax amount.
* Gets cart tax amount.
*
* @return float
*/