Make WordPress Core


Ignore:
Timestamp:
02/27/2007 03:24:54 PM (18 years ago)
Author:
markjaquith
Message:

trailing tabs and whitespace cleanup.

File:
1 edited

Legend:

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

    r4778 r4953  
    187187            $parent_dir = dirname(dirname($theme_file));
    188188            if ( file_exists("$theme_root/$parent_dir/$template/index.php") ) {
    189                 $template = "$parent_dir/$template";    
     189                $template = "$parent_dir/$template";
    190190            } else {
    191191                $wp_broken_themes[$name] = array('Name' => $name, 'Title' => $title, 'Description' => __('Template is missing.'));
     
    485485
    486486function header_textcolor() {
    487     echo get_header_textcolor();   
     487    echo get_header_textcolor();
    488488}
    489489
     
    493493
    494494function header_image() {
    495     echo get_header_image();   
     495    echo get_header_image();
    496496}
    497497
Note: See TracChangeset for help on using the changeset viewer.