Opened 11 years ago
Closed 11 years ago
#24942 closed defect (bug) (fixed)
Deprecate or remove wp_nav_menu_locations_meta_box()
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | minor | Version: | 3.6 |
Component: | Menus | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
wp_nav_menu_locations_meta_box()
is unused since [23441] and can be deprecated or removed.
Attachments (3)
Change History (8)
#1
follow-up:
↓ 3
@
11 years ago
- Keywords has-patch added
+1
Seems like there may have been some confusion before that this callback was being used in the Customizer, which in actuality uses its own nav menus control.
Not sure what the protocol is on removing vs deprecating.
24942-depr.diff deprecates it
24942-remove.diff removes it
#3
in reply to:
↑ 1
@
11 years ago
Replying to DrewAPicture:
Not sure what the protocol is on removing vs deprecating.
In this case we should truncate and deprecate it. Avoids fatal errors for anyone somehow calling it, but doesn't keep dead code around.
Note: See
TracTickets for help on using
tickets.
deprecate