Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove correct filter
  • Loading branch information
getdave authored Jul 7, 2023
commit 3e5ef24626ffa7e2b1423bcedec2881b0d5ce098
2 changes: 1 addition & 1 deletion tests/phpunit/tests/editor/navigation-fallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function test_should_not_automatically_create_fallback_if_filter_is_false

$this->assertCount( 0, $navs_in_db, 'The fallback Navigation post should not have been created.' );

remove_filter( 'gutenberg_navigation_should_create_fallback', '__return_false' );
remove_filter( 'wp_navigation_should_create_fallback', '__return_false' );
}

/**
Expand Down