aboutsummaryrefslogtreecommitdiffstats
path: root/tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'tags.php')
-rw-r--r--tags.php15
1 files changed, 4 insertions, 11 deletions
diff --git a/tags.php b/tags.php
index 2a7a0d83b..ada7be827 100644
--- a/tags.php
+++ b/tags.php
@@ -131,17 +131,10 @@ if ($page['display_mode'] == 'letters') {
);
}
- array_push(
- $letter['tags'],
- array_merge(
- $tag,
- array(
- 'URL' => make_index_url(
- array(
- 'tags' => array($tag),
- )
- ),
- )
+ $letter['tags'][] = array_merge(
+ $tag,
+ array(
+ 'URL' => make_index_url(array('tags' => array($tag))),
)
);