Removed the bits that disabled the navigation fallback so that navigation would work as expected. (#6743)
This commit is contained in:
parent
c453b6cf6a
commit
813603e22a
1 changed files with 0 additions and 8 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue