修复未分类标签没显示的BUG
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
// 显示剩余未分类标签
|
||||
$all_mapped_tags = array_merge(...array_values($tag_map));
|
||||
$remaining_tags = array_diff(explode(' ', $category), $all_mapped_tags);
|
||||
$remaining_tags = array_diff($category, $all_mapped_tags);
|
||||
?>
|
||||
<h3>其他</h3>
|
||||
<div class="tag-cloud">
|
||||
|
||||
Reference in New Issue
Block a user