Changeset 6693
- Timestamp:
- 01/31/08 00:58:54 (7 months ago)
- Files:
-
- trunk/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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.
