Opened 5 years ago
Last modified 5 years ago
#50544 new task (blessed)
Move Navigation screen's PHP code from Gutenberg to Core
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Editor | Keywords: | |
| Focuses: | Cc: |
Description
The Gutenberg plugin currently contains an experimental new Navigation screen. If and when this is merged to Core, there are a few bits of PHP code that must be moved from the Gutenberg repository into Core.
This ticket tracks those changes.
Note: See
TracTickets for help on using
tickets.
From https://github.com/WordPress/gutenberg/pull/22656:
wp_update_nav_menu_item()←gutenberg_update_nav_menu_item_content().WP_Customize_Manager::save()←gutenberg_update_nav_menu_item_content().wp_setup_nav_menu_items()←gutenberg_setup_html_nav_menu_item().Walker_Nav_Menu::start_el()←gutenberg_output_html_nav_menu_item().