1 | 858c858 |
---|
2 | < $out_cats = arry_merge($out_cats, get_term_children($cat, 'category')); |
---|
3 | --- |
---|
4 | > $out_cats = array_merge($out_cats, get_term_children($cat, 'category')); |
---|
5 | 867c867 |
---|
6 | < $ids = get_objects_in_terms($out_cats, 'category'); |
---|
7 | --- |
---|
8 | > $ids = get_objects_in_term($out_cats, 'category'); |
---|