Changeset 15434 for branches/3.0/wp-includes/general-template.php
- Timestamp:
- 07/16/2010 09:44:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-includes/general-template.php
r15227 r15434 33 33 // Backward compat code will be removed in a future release 34 34 if ('' == locate_template($templates, true)) 35 load_template( WPINC . '/theme-compat/header.php');35 load_template( ABSPATH . WPINC . '/theme-compat/header.php'); 36 36 } 37 37 … … 62 62 // Backward compat code will be removed in a future release 63 63 if ('' == locate_template($templates, true)) 64 load_template( WPINC . '/theme-compat/footer.php');64 load_template( ABSPATH . WPINC . '/theme-compat/footer.php'); 65 65 } 66 66 … … 91 91 // Backward compat code will be removed in a future release 92 92 if ('' == locate_template($templates, true)) 93 load_template( WPINC . '/theme-compat/sidebar.php');93 load_template( ABSPATH . WPINC . '/theme-compat/sidebar.php'); 94 94 } 95 95
Note: See TracChangeset
for help on using the changeset viewer.