Changeset 3338
- Timestamp:
- 12/22/05 04:31:48 (3 years ago)
- Files:
-
- trunk/wp-includes/template-functions-category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/template-functions-category.php
r3039 r3338 127 127 128 128 function get_category_children($id, $before = '/', $after = '') { 129 if ( 0 == $id ) 130 return ''; 131 129 132 $cat_ids = get_all_category_ids(); 130 133 foreach ( $cat_ids as $cat_id ) {
