From 4a6ecbfcd040eaf12c6a91f5991975fdbccbe3cc Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 27 Sep 2017 08:52:34 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/theme/themeDir.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/theme/themeDir.php b/tests/phpunit/tests/theme/themeDir.php index 67301429ef..cc91d3a611 100644 --- a/tests/phpunit/tests/theme/themeDir.php +++ b/tests/phpunit/tests/theme/themeDir.php @@ -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.' ), 'Template' ), ), );