Update theme.php
This commit is contained in:
parent
e6146d82ea
commit
e547b1362f
@ -216,7 +216,7 @@ class TagListTheme extends Themelet {
|
||||
$display_html .= " <span class='tag_count'>$count</span>";
|
||||
}
|
||||
|
||||
return ($category, $display_html);
|
||||
return array($category, $display_html);
|
||||
}
|
||||
|
||||
protected function ars(/*string*/ $tag, /*array(string)*/ $tags) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user