Make WordPress Core


Ignore:
Timestamp:
09/14/2009 02:03:32 PM (15 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r11814 r11930  
    605605
    606606    $templates = array();
    607    
     607
    608608    if ( !is_wp_error($category) )
    609609        $templates[] = "category-{$category->slug}.php";
    610610
    611611    $templates[] = "category-$cat_ID.php";
    612     $templates[] = "category.php"; 
    613    
     612    $templates[] = "category.php";
     613
    614614    $template = locate_template($templates);
    615615    return apply_filters('category_template', $template);
Note: See TracChangeset for help on using the changeset viewer.