Changeset 7792

Show
Ignore:
Timestamp:
04/23/08 22:00:31 (4 months ago)
Author:
ryan
Message:

Reverting [7729]. Breaks listing of categories with posts that have parents with no posts.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/category-template.php

    r7729 r7792  
    233233        $tab_index_attribute = " tabindex=\"$tab_index\""; 
    234234 
    235     $r['hierarchical'] = 0; 
    236235    $categories = get_categories($r); 
    237     $r['hierarchical'] = $hierarchical; 
    238236 
    239237    $output = ''; 
     
    292290    extract( $r ); 
    293291 
    294     $r['hierarchical'] = 0; 
    295292    $categories = get_categories($r); 
    296     $r['hierarchical'] = $hierarchical; 
    297293 
    298294    $output = '';