Browse Source

Removed the bits that disabled the navigation fallback so that navigation would work as expected. (#6743)

Jason Crist 2 years ago
parent
commit
813603e22a
1 changed files with 0 additions and 8 deletions
  1. 0 8
      blockbase/functions.php

+ 0 - 8
blockbase/functions.php

@@ -119,14 +119,6 @@ add_action(
 	}
 );
 
-/**
- * Disable the fallback for the core/navigation block.
- */
-function blockbase_core_navigation_render_fallback() {
-	return null;
-}
-add_filter( 'block_core_navigation_render_fallback', 'blockbase_core_navigation_render_fallback' );
-
 /**
  * Block Patterns.
  */