Changeset 22862
- Timestamp:
- 11/27/2012 04:32:16 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/wp-includes/class-wp-theme.php
- Property svn:mergeinfo changed
/trunk/wp-includes/class-wp-theme.php merged: 22784
r21714 r22862 254 254 $this->errors = new WP_Error( 'theme_no_parent', sprintf( __( 'The parent theme is missing. Please install the "%s" parent theme.' ), $this->template ) ); 255 255 $this->cache_add( 'theme', array( 'headers' => $this->headers, 'errors' => $this->errors, 'stylesheet' => $this->stylesheet, 'template' => $this->template ) ); 256 $this->parent = new WP_Theme( $this->template, $this->theme_root, $this ); 256 257 return; 257 258 } - Property svn:mergeinfo changed
Note: See TracChangeset
for help on using the changeset viewer.