Changeset 7793
- Timestamp:
- 04/23/08 22:02:09 (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
r7733 r7793 233 233 $tab_index_attribute = " tabindex=\"$tab_index\""; 234 234 235 $r['hierarchical'] = 0;236 235 $categories = get_categories($r); 237 $r['hierarchical'] = $hierarchical;238 236 239 237 $output = ''; … … 292 290 extract( $r ); 293 291 294 $r['hierarchical'] = 0;295 292 $categories = get_categories($r); 296 $r['hierarchical'] = $hierarchical;297 293 298 294 $output = '';
