Skip to content

Commit 4a6ecbf

Browse files
committed
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
1 parent 0becc4b commit 4a6ecbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/theme/themeDir.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function test_broken_themes() {
186186
'Child and Parent Theme' => array(
187187
'Name' => 'Child and Parent Theme',
188188
'Title' => 'Child and Parent Theme',
189-
'Description' => sprintf( __( 'The theme defines itself as its parent theme. Please check the "%s" header.' ), 'Template' ),
189+
'Description' => sprintf( __( 'The theme defines itself as its parent theme. Please check the %s header.' ), '<code>Template</code>' ),
190190
),
191191
);
192192

0 commit comments

Comments
 (0)