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
Update to WP prefix
Co-authored-by: Jonny Harris <[email protected]>
  • Loading branch information
getdave and spacedmonkey authored Jul 7, 2023
commit 2e7c282efd533eb27cb02cb1d6b187f5efe888b4
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 @@ -64,7 +64,7 @@ public function test_should_not_automatically_create_fallback_if_filter_is_false

add_filter( 'wp_navigation_should_create_fallback', '__return_false' );

$data = Gutenberg_Navigation_Fallback::get_fallback();
$data = WP_Navigation_Fallback::get_fallback();

$this->assertEmpty( $data );

Expand Down