Make WordPress Core


Ignore:
Timestamp:
11/29/2021 10:04:48 PM (2 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/src/wp-includes/default-filters.php

    r52160 r52272  
    682682add_action( 'setup_theme', 'wp_enable_block_templates' );
    683683
    684 // Navigation areas.
    685 add_action( 'setup_theme', '_wp_register_default_navigation_areas' );
    686 add_action( 'switch_theme', '_wp_migrate_menu_to_navigation_post', 99, 3 );
    687 
    688684unset( $filter, $action );
Note: See TracChangeset for help on using the changeset viewer.