-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Navigation Area endpoints and utility functions #1944
Conversation
Not sure why GitHub isn't letting me request a review from @getdave 🤔 |
I guess because I haven't committed here before or something? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the actual JS assets removed as a part of this PR. I guess this is because there are none – webpack turns node_modules into a big JS bundle, but that's only during the build – we don't actually store it in this repo.
🚢
I tried to testing this but my local WordPress develop setup wouldn't start up. Adam's 👍 is good enough for me. |
This looks good @noisysocks . Happy to commit? |
If you wouldn't mind committing @spacedmonkey I think we're good to go. |
This removes the Navigation Area endpoints and utility functions from Core. In WordPress/gutenberg#36524 it was decided to remove the Navigation Area functionality form WP 5.9.
Trac ticket: https://core.trac.wordpress.org/ticket/54506
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.