diff --git a/includes/utilities.php b/includes/utilities.php index 87224e9..0ba6ab3 100644 --- a/includes/utilities.php +++ b/includes/utilities.php @@ -81,7 +81,7 @@ function get_revue_terms($revueID, $taxonomy) $terms[] = $term->term_id; } } - + $uniquesTermsArray = array(); foreach (array_unique($terms) as $term) { $termObject = get_term($term, $taxonomy); $uniquesTermsArray[] = $termObject;