Make WordPress Core


Ignore:
Timestamp:
05/23/2007 06:59:12 PM (18 years ago)
Author:
ryan
Message:

Convert category queries and list cats to taxonomy. see #4189

File:
1 edited

Legend:

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

    r5529 r5530  
    66
    77    $chain = '';
    8 
     8    // TODO: consult hierarchy
    99    $cat_ids = get_all_category_ids();
    1010    foreach ( $cat_ids as $cat_id ) {
    11         if ( $cat_id == $id)
     11        if ( $cat_id == $id )
    1212            continue;
    1313
Note: See TracChangeset for help on using the changeset viewer.