Make sidebar hierarchical, fixes #3417

git-svn-id: https://develop.svn.wordpress.org/trunk@4585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2006-12-02 22:32:34 +00:00
parent 0fb6e100ef
commit 57882dea71
+1 -1
View File
@@ -46,7 +46,7 @@
</ul>
</li>
<?php wp_list_categories('optioncount=1&hierarchical=0&title_li=<h2>Categories</h2>'); ?>
<?php wp_list_categories('optioncount=1&title_li=<h2>Categories</h2>'); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php wp_list_bookmarks(); ?>