Children misspelled as Childre 28066

This commit is contained in:
ibon 2020-10-23 20:34:50 +02:00
parent c5028be0ed
commit fb78882762
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ class WC_Product_Variable extends WC_Product {
* Sets an array of children for the product.
*
* @since 3.0.0
* @param array $children Childre products.
* @param array $children Children products.
*/
public function set_children( $children ) {
$this->children = array_filter( wp_parse_id_list( (array) $children ) );