Make WordPress Core


Ignore:
Timestamp:
07/11/2006 06:16:37 PM (19 years ago)
Author:
ryan
Message:

Remove unneeded arg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/sidebar.php

    r3881 r4016  
    4747            </li>
    4848
    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>'); ?>
    5050
    5151            <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
Note: See TracChangeset for help on using the changeset viewer.