#50415 closed defect (bug) (fixed)
Nav menu item's term validation error
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | minor | Version: | 5.3 |
Component: | Menus | Keywords: | has-patch |
Focuses: | Cc: |
Description
There is a wrong error validation for the menu item term existance in
wp-admin/includes/class-walker-nav-menu-edit.php: 77 start_el() function
$original_object instead of $original_title
Attachments (1)
Change History (4)
#1
@
3 years ago
- Milestone changed from Awaiting Review to 5.5
- Version changed from trunk to 5.3
Hi there, welcome to WordPress Trac! Thanks for the report.
Good catch! Introduced in [45891], which added the new $original_object
variable but missed updating the is_wp_error()
check.
Note: See
TracTickets for help on using
tickets.
A fix for the error validation of the $original_object variable