fixed docblock for WC_Product::get_children(), closes #4664

This commit is contained in:
claudiosmweb 2014-02-07 15:31:00 -02:00
parent 21331cbe9c
commit 35b5614972
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ class WC_Product {
* get_children function.
*
* @access public
* @return bool
* @return array
*/
public function get_children() {
return array();