summaryrefslogtreecommitdiffstats
path: root/wp-content
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-12 15:10:29 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-12 15:10:29 +0000
commit9b546c68fc36523578d54fec5207a10eb3fc8145 (patch)
tree75f892373ee944df9fe853ee07ee05ae07836143 /wp-content
parent4baf29175c471216ae4aa709fbbffc7db569d788 (diff)
downloadwordpress-mu-9b546c68fc36523578d54fec5207a10eb3fc8145.tar.gz
wordpress-mu-9b546c68fc36523578d54fec5207a10eb3fc8145.tar.xz
wordpress-mu-9b546c68fc36523578d54fec5207a10eb3fc8145.zip
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@663 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-content')
-rw-r--r--wp-content/themes/default/sidebar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/default/sidebar.php b/wp-content/themes/default/sidebar.php
index 7ed8c11..0ce9b38 100644
--- a/wp-content/themes/default/sidebar.php
+++ b/wp-content/themes/default/sidebar.php
@@ -46,7 +46,7 @@
</ul>
</li>
- <?php wp_list_categories('sort_column=name&optioncount=1&hierarchical=0&title_li=<h2>Categories</h2>'); ?>
+ <?php wp_list_categories('optioncount=1&hierarchical=0&title_li=<h2>Categories</h2>'); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php wp_list_bookmarks(); ?>