Changeset 6693
- Timestamp:
- 01/31/2008 12:58:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r6690 r6693 227 227 228 228 if ( $hierarchical ) 229 $depth = $r[' $depth']; // Walk the full depth.229 $depth = $r['depth']; // Walk the full depth. 230 230 else 231 231 $depth = -1; // Flat.
Note: See TracChangeset
for help on using the changeset viewer.