Changeset 5357

Show
Ignore:
Timestamp:
04/30/07 17:46:38 (2 years ago)
Author:
ryan
Message:

When using the traditional list view of the categories,
make sure the wp_list_categories() doesn't add in another title. This
was causing a second Categories to show up on the category widget. Props Jospeh Scott

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/wp-includes/widgets.php

    r5355 r5357  
    553553?> 
    554554        <ul> 
    555         <?php wp_list_categories($cat_args); ?> 
     555        <?php wp_list_categories($cat_args . '&title_li='); ?> 
    556556        </ul> 
    557557<?php