Changeset 4953 for trunk/wp-includes/theme.php
- Timestamp:
- 02/27/2007 03:24:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r4778 r4953 187 187 $parent_dir = dirname(dirname($theme_file)); 188 188 if ( file_exists("$theme_root/$parent_dir/$template/index.php") ) { 189 $template = "$parent_dir/$template"; 189 $template = "$parent_dir/$template"; 190 190 } else { 191 191 $wp_broken_themes[$name] = array('Name' => $name, 'Title' => $title, 'Description' => __('Template is missing.')); … … 485 485 486 486 function header_textcolor() { 487 echo get_header_textcolor(); 487 echo get_header_textcolor(); 488 488 } 489 489 … … 493 493 494 494 function header_image() { 495 echo get_header_image(); 495 echo get_header_image(); 496 496 } 497 497
Note: See TracChangeset
for help on using the changeset viewer.