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

This commit is contained in:
Jason Crist 2022-11-23 11:35:21 -05:00 committed by GitHub
parent c453b6cf6a
commit 813603e22a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. * Block Patterns.
*/ */