Skip to content

Commit 02d7c42

Browse files
authored
Merge pull request #28 from BeAPI/issue/80504
Issue/80504
2 parents c7afdc0 + f8ed94b commit 02d7c42

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.version-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2025.1.1"
2+
"version": "2025.1.2"
33
}

wp-dsfr-theme/.version-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2025.1.1"
2+
"version": "2025.1.2"
33
}

wp-dsfr-theme/inc/Helpers/Misc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function get_archive_tags_group_arg( string $taxonomy, ?\WP_Term $active_term =
107107
return [];
108108
}
109109

110+
$terms = array_values( $terms );
110111
$tags_group_arg = get_tags_group_arg( $terms, $color );
111112

112113
if ( $active_term instanceof \WP_Term ) {

0 commit comments

Comments
 (0)