Changeset 5092 for branches/2.1/wp-includes/category-template.php
- Timestamp:
- 03/23/07 03:18:00 (2 years ago)
- Files:
-
- branches/2.1/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/wp-includes/category-template.php
r5083 r5092 65 65 $id = (int) $id; 66 66 if ( !$id ) 67 $id = $post->ID;67 $id = (int) $post->ID; 68 68 69 69 if ( !isset($category_cache[$blog_id][$id]) )
