fix array in array in get_tag
This commit is contained in:
parent
1813a518f3
commit
596e36f309
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ final class The_Events_Calendar extends Event {
|
||||||
$tags[] = $tag;
|
$tags[] = $tag;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$tags[] = parent::get_tag();
|
$tags = array_merge( $tags, parent::get_tag() );
|
||||||
|
|
||||||
return $tags;
|
return $tags;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue