Opened 6 years ago
Last modified 6 years ago
#50544 new task (blessed)
Move Navigation screen's PHP code from Gutenberg to Core
| Reported by: | noisysocks | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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().