Merge pull request #6424 from mgiulio/fix-abstract-wc-order-comment

Fix get_cart_tax() comment
This commit is contained in:
Mike Jolley 2014-10-01 18:52:03 +03:00
commit 2de218b803
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
*/