Make WordPress Core

Changeset 41607


Ignore:
Timestamp:
09/27/2017 08:37:49 AM (7 years ago)
Author:
swissspidy
Message:

Themes: Adjust translated string after [41601].

Props obenland.
See #40820.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme.php

    r41601 r41607  
    253253        if ( ! $this->template && $this->stylesheet === $this->headers['Template'] ) {
    254254            /* 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>' ) );
    256256            $this->cache_add( 'theme', array( 'headers' => $this->headers, 'errors' => $this->errors, 'stylesheet' => $this->stylesheet ) );
    257257
Note: See TracChangeset for help on using the changeset viewer.