Changeset 11930 for trunk/wp-includes/theme.php
- Timestamp:
- 09/14/2009 02:03:32 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r11814 r11930 605 605 606 606 $templates = array(); 607 607 608 608 if ( !is_wp_error($category) ) 609 609 $templates[] = "category-{$category->slug}.php"; 610 610 611 611 $templates[] = "category-$cat_ID.php"; 612 $templates[] = "category.php"; 613 612 $templates[] = "category.php"; 613 614 614 $template = locate_template($templates); 615 615 return apply_filters('category_template', $template);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)