Make WordPress Core


Ignore:
Timestamp:
11/29/2021 10:04:48 PM (3 years ago)
Author:
spacedmonkey
Message:

Editor: Remove Navigation Areas

Navigation area were merged as part of full site editing and the new navigation block. This functionality is experimental and not currently used in WordPress core, so should be removed.

Props noisysocks, spacedmonkey, get_dave, zieladam.
Fixes #54506.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1818# Files for local environment config
        1919/docker-compose.override.yml
         20.idea
  • trunk/tests/phpunit/includes/functions.php

    r52069 r52272  
    313313    remove_action( 'init', 'register_block_core_loginout' );
    314314    remove_action( 'init', 'register_block_core_navigation' );
    315     remove_action( 'init', 'register_block_core_navigation_area' );
    316315    remove_action( 'init', 'register_block_core_navigation_link' );
    317316    remove_action( 'init', 'register_block_core_navigation_submenu' );
Note: See TracChangeset for help on using the changeset viewer.