Changeset 7733
- Timestamp:
- 04/18/08 01:53:14 (7 months ago)
- Files:
-
- branches/2.5/wp-includes/category-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-includes/category-template.php
r7520 r7733 233 233 $tab_index_attribute = " tabindex=\"$tab_index\""; 234 234 235 $r['hierarchical'] = 0; 235 236 $categories = get_categories($r); 237 $r['hierarchical'] = $hierarchical; 236 238 237 239 $output = ''; … … 290 292 extract( $r ); 291 293 294 $r['hierarchical'] = 0; 292 295 $categories = get_categories($r); 296 $r['hierarchical'] = $hierarchical; 293 297 294 298 $output = '';
