Changeset 5530 for trunk/wp-includes/category-template.php
- Timestamp:
- 05/23/2007 06:59:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r5529 r5530 6 6 7 7 $chain = ''; 8 8 // TODO: consult hierarchy 9 9 $cat_ids = get_all_category_ids(); 10 10 foreach ( $cat_ids as $cat_id ) { 11 if ( $cat_id == $id )11 if ( $cat_id == $id ) 12 12 continue; 13 13
Note: See TracChangeset
for help on using the changeset viewer.