Changeset 22784
- Timestamp:
- 11/21/2012 06:58:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-theme.php
r22054 r22784 255 255 $this->errors = new WP_Error( 'theme_no_parent', sprintf( __( 'The parent theme is missing. Please install the "%s" parent theme.' ), $this->template ) ); 256 256 $this->cache_add( 'theme', array( 'headers' => $this->headers, 'errors' => $this->errors, 'stylesheet' => $this->stylesheet, 'template' => $this->template ) ); 257 $this->parent = new WP_Theme( $this->template, $this->theme_root, $this ); 257 258 return; 258 259 }
Note: See TracChangeset
for help on using the changeset viewer.