Opened 12 years ago
Closed 12 years ago
#25121 closed defect (bug) (fixed)
Unused local variable $indent in Walker_Nav_Menu_Edit
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Menus | Keywords: | has-patch |
Focuses: | Cc: |
Description
start_el()
assigns a value to a local variable $indent
, but then doesn't do much with it. Seems to be a leftover of another start_el()
method when [14248] hit.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 25098: