summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/default/sidebar.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-09 11:30:05 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-01-09 11:30:05 +0000
commit819f131230b6d2e4ff88a8773eef754228989ffc (patch)
tree547908e700cf516755e371de9a2149ff5a772832 /wp-content/themes/default/sidebar.php
parent90888943466530c65823eac7e07e5a6f1c8ab5d5 (diff)
downloadwordpress-mu-819f131230b6d2e4ff88a8773eef754228989ffc.tar.gz
wordpress-mu-819f131230b6d2e4ff88a8773eef754228989ffc.tar.xz
wordpress-mu-819f131230b6d2e4ff88a8773eef754228989ffc.zip
WP Merge to rev 4709
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@835 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-content/themes/default/sidebar.php')
-rw-r--r--wp-content/themes/default/sidebar.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-content/themes/default/sidebar.php b/wp-content/themes/default/sidebar.php
index 64238c1..5e6745b 100644
--- a/wp-content/themes/default/sidebar.php
+++ b/wp-content/themes/default/sidebar.php
@@ -46,7 +46,7 @@
<?php } ?>
</li>
- <?php wp_list_pages('title_li=<h2>Pages</h2>&sort_column=post_title&sort_order=ASC'); ?>
+ <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
<li><h2>Archives</h2>
<ul>
@@ -54,7 +54,7 @@
</ul>
</li>
- <?php wp_list_categories('optioncount=1&hierarchical=0&title_li=<h2>Categories</h2>'); ?>
+ <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php wp_list_bookmarks(); ?>