Changeset 4716
- Timestamp:
- 01/10/07 20:42:17 (1 year ago)
- Files:
-
- trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/category.php
r4707 r4716 295 295 296 296 // Transfer the touched cells 297 foreach ( $cat_items as $id => $items )297 foreach ( (array) $cat_items as $id => $items ) 298 298 if ( isset($cats[$id]) ) 299 299 $cats[$id]->{'link' == $type ? 'link_count' : 'category_count'} = count($items);
