fixed docblock for WC_Product::get_children(), closes #4664
This commit is contained in:
parent
21331cbe9c
commit
35b5614972
|
@ -370,7 +370,7 @@ class WC_Product {
|
|||
* get_children function.
|
||||
*
|
||||
* @access public
|
||||
* @return bool
|
||||
* @return array
|
||||
*/
|
||||
public function get_children() {
|
||||
return array();
|
||||
|
|
Loading…
Reference in New Issue