Added missing docblock
This commit is contained in:
parent
33b53c30b5
commit
64227fe9d8
|
@ -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 = '' ) {
|
||||
|
|
Loading…
Reference in New Issue