Fix copy/paste error in [27710].

props kovshenin.
fixes #21969.

git-svn-id: https://develop.svn.wordpress.org/trunk@27915 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-04-02 23:46:34 +00:00
parent 87bc851561
commit df3eaf73cb
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class Tests_Theme_WPTheme extends WP_UnitTestCase {
$this->assertEquals( get_theme_root_uri() . '/subdir/theme%20with%20spaces', get_template_directory_uri() );
remove_filter( 'stylesheet', $callback );
add_filter( 'template', $callback );
remove_filter( 'template', $callback );
}
function filter_theme_with_spaces() {