Changeset 7729
- Timestamp:
- 04/17/08 21:21:13 (5 months ago)
- Files:
-
- trunk/wp-includes/category-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/category-template.php
r7520 r7729 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 = '';
