Ticket #3180: patch.diff
| File patch.diff, 816 bytes (added by , 20 years ago) |
|---|
-
wp-includes/general-template.php
154 154 $category_name = get_query_var('category_name'); 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 159 160 if ( !empty($cat) ) { -
wp-includes/category-template.php
4 4 if ( 0 == $id ) 5 5 return ''; 6 6 7 $chain = ''; 8 7 9 $cat_ids = get_all_category_ids(); 8 10 foreach ( $cat_ids as $cat_id ) { 9 11 if ( $cat_id == $id)