Changeset 41607
- Timestamp:
- 09/27/2017 08:37:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r41601 r41607 253 253 if ( ! $this->template && $this->stylesheet === $this->headers['Template'] ) { 254 254 /* translators: %s: Template */ 255 $this->errors = new WP_Error( 'theme_child_invalid', sprintf( __( 'The theme defines itself as its parent theme. Please check the "%s" header.' ), 'Template' ) );255 $this->errors = new WP_Error( 'theme_child_invalid', sprintf( __( 'The theme defines itself as its parent theme. Please check the %s header.' ), '<code>Template</code>' ) ); 256 256 $this->cache_add( 'theme', array( 'headers' => $this->headers, 'errors' => $this->errors, 'stylesheet' => $this->stylesheet ) ); 257 257
Note: See TracChangeset
for help on using the changeset viewer.