Added missing docblock

This commit is contained in:
Barry Kooij 2014-11-21 22:12:03 +01:00
parent 33b53c30b5
commit 64227fe9d8
1 changed files with 2 additions and 0 deletions

View File

@ -1086,6 +1086,8 @@ abstract class WC_Abstract_Order {
/**
* Gets order total - formatted for display.
*
* @param string $type
*
* @return string
*/
public function get_item_count( $type = '' ) {