Changeset 6595 for trunk/wp-includes/category-template.php
- Timestamp:
- 01/10/2008 09:51:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r6551 r6595 251 251 'feed_image' => '', 'exclude' => '', 252 252 'hierarchical' => true, 'title_li' => __('Categories'), 253 'echo' => 1 253 'echo' => 1, 'depth' => 0 254 254 ); 255 255 … … 290 290 291 291 if ( $hierarchical ) 292 $depth = 0; // Walk the full depth.292 $depth = $r['depth']; 293 293 else 294 294 $depth = -1; // Flat.
Note: See TracChangeset
for help on using the changeset viewer.