Changeset 4277
- Timestamp:
- 10/03/06 15:41:44 (2 years ago)
- Files:
-
- trunk/wp-includes/category-template.php (modified) (1 diff)
- trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/category-template.php
r4198 r4277 4 4 if ( 0 == $id ) 5 5 return ''; 6 7 $chain = ''; 6 8 7 9 $cat_ids = get_all_category_ids(); trunk/wp-includes/general-template.php
r4276 r4277 155 155 $author = get_query_var('author'); 156 156 $author_name = get_query_var('author_name'); 157 $title = ''; 157 158 158 159 // If there's a category
