Changeset 6690
- Timestamp:
- 01/30/2008 08:07:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r6616 r6690 200 200 'exclude' => '', 'echo' => 1, 201 201 'selected' => 0, 'hierarchical' => 0, 202 'name' => 'cat', 'class' => 'postform' 202 'name' => 'cat', 'class' => 'postform', 203 'depth' => 0 203 204 ); 204 205 … … 226 227 227 228 if ( $hierarchical ) 228 $depth = 0; // Walk the full depth.229 $depth = $r['$depth']; // Walk the full depth. 229 230 else 230 231 $depth = -1; // Flat.
Note: See TracChangeset
for help on using the changeset viewer.