mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
87bc851561
commit
df3eaf73cb
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user