Skip to content

Commit 3d8e459

Browse files
committed
dulplicate
1 parent e240232 commit 3d8e459

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

blocks/block.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ function tag_block_top_show($options, $dirname = '', $catid = 0)
302302
$tag_count_array = array_map('intval', $tag_count_array); // make sure they're all integers
303303
$count_max = max($tag_count_array); // get the max value in array
304304
$count_max = max(0, $count_max); // make sure it's >= 0
305-
$count_min = 0;
306305
$tags_sort = array_column($tags_array, 'term'); // get all the terms
307306
$tags_sort = array_map('mb_strtolower', $tags_sort); // convert them all to lowercase
308307

0 commit comments

Comments
 (0)