Opened 11 years ago
Closed 11 years ago
#31338 closed defect (bug) (fixed)
Minor nav-menu hook docs fix
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.2 | Priority: | normal |
| Severity: | normal | Version: | 3.9 |
| Component: | Menus | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
In the documentation of the wp_update_nav_menu_item hook (in wp-includes/nav-menu.php), the @see block is:
* @see wp_update_nav_menu_items()
while it should be:
* @see wp_update_nav_menu_item()
This typo seems to have been introduced in #27367.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Not sure if this is worth a patch, but attaching anyway.