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/tests/phpunit/tests/rest-api/rest-schema-setup.php

    r52133 r52272  
    172172            '/wp/v2/navigation/(?P<parent>[\d]+)/revisions',
    173173            '/wp/v2/navigation/(?P<parent>[\d]+)/revisions/(?P<id>[\d]+)',
    174             '/wp/v2/block-navigation-areas',
    175             '/wp/v2/block-navigation-areas/(?P<area>[\w-]+)',
    176174            '/wp-site-health/v1',
    177175            '/wp-site-health/v1/tests/background-updates',
Note: See TracChangeset for help on using the changeset viewer.