Ticket #4870: category.php.patch
| File category.php.patch, 378 bytes (added by , 18 years ago) |
|---|
-
.
109 109 $children = _get_category_hierarchy(); 110 110 if ( ! empty($children) ) 111 111 $categories = & _get_cat_children($child_of, $categories); 112 elseif ($child_of) { 113 return array(); 114 } 112 115 } 113 116 114 117 // Update category counts to include children.