Opened 3 years ago
Closed 3 years ago
#13370 closed defect (bug) (fixed)
Fix inline documentation for wp_nav_menu()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Menus | Version: | 3.0 |
| Severity: | normal | Keywords: | phpdoc, inline documentation, nav menus, has-patch |
| Cc: | aaron@… |
Description
Some arguments and descriptions are incorrect or outdated.
Attachments (3)
Change History (9)
nathanrice — 3 years ago
comment:1
nathanrice — 3 years ago
- Keywords has-patch added
- Cc aaron@… added
- Resolution fixed deleted
- Status changed from closed to reopened
There are still some discrepancy between the inline docs and the actual behavior. Patch above clears it up a bit.
- Resolution set to fixed
- Status changed from reopened to closed
- Resolution fixed deleted
- Status changed from closed to reopened
doh! missed two args.
Note: See
TracTickets for help on using
tickets.

(In [14591]) Nav menu inline doc fixes. props NathanRice, fixes #13370.