Changeset 7792
- Timestamp:
- 04/23/2008 10:00:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r7729 r7792 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 = '';
Note: See TracChangeset
for help on using the changeset viewer.