Themes: Adjust unit test after [41607].

Props ocean90.
See #40820.


git-svn-id: https://develop.svn.wordpress.org/trunk@41610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2017-09-27 08:52:34 +00:00
parent 0becc4b8db
commit 4a6ecbfcd0
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class Tests_Theme_ThemeDir extends WP_UnitTestCase {
'Child and Parent Theme' => array(
'Name' => 'Child and Parent Theme',
'Title' => 'Child and Parent Theme',
'Description' => sprintf( __( 'The theme defines itself as its parent theme. Please check the "%s" header.' ), 'Template' ),
'Description' => sprintf( __( 'The theme defines itself as its parent theme. Please check the %s header.' ), '<code>Template</code>' ),
),
);