Changeset 9360 for trunk/wp-includes/category-template.php
- Timestamp:
- 10/26/2008 06:26:45 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r9340 r9360 62 62 return $category; 63 63 $category_nicename = $category->slug; 64 65 if ( $parent == $category_id ) // recursive recursion 66 $category->parent = 0; 64 67 65 68 if ( $parent = $category->parent )
Note: See TracChangeset
for help on using the changeset viewer.