Changeset 20132 for trunk/wp-includes/class-wp-theme.php
- Timestamp:
- 03/07/2012 12:24:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-theme.php
r20126 r20132 200 200 201 201 // (If template is set from cache, we know it's good.) 202 if ( ! $this->template && ! ( $this->template = $this-> get('Template')) ) {202 if ( ! $this->template && ! ( $this->template = $this->headers['Template'] ) ) { 203 203 if ( file_exists( $this->theme_root . '/' . $this->stylesheet . '/index.php' ) ) { 204 204 $this->template = $this->stylesheet;
Note: See TracChangeset
for help on using the changeset viewer.