Changeset 4277
- Timestamp:
- 10/03/2006 03:41:44 PM (18 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.