Changeset 4016 for trunk/wp-content/themes/default/sidebar.php
- Timestamp:
- 07/11/2006 06:16:37 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/sidebar.php
r3881 r4016 47 47 </li> 48 48 49 <?php wp_list_categories(' sort_column=name&optioncount=1&hierarchical=0&title_li=<h2>Categories</h2>'); ?>49 <?php wp_list_categories('optioncount=1&hierarchical=0&title_li=<h2>Categories</h2>'); ?> 50 50 51 51 <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
Note: See TracChangeset
for help on using the changeset viewer.