Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#31338 closed defect (bug) (fixed)

Minor nav-menu hook docs fix

Reported by: tyxla's profile tyxla Owned by: drewapicture's profile DrewAPicture
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)

nav-menu.php.patch (456 bytes) - added by tyxla 10 years ago.
Fix a typo in the @see block of the wp_update_nav_menu_item hook documentation.

Download all attachments as: .zip

Change History (5)

#1 @tyxla
10 years ago

Not sure if this is worth a patch, but attaching anyway.

@tyxla
10 years ago

Fix a typo in the @see block of the wp_update_nav_menu_item hook documentation.

#2 @tyxla
10 years ago

  • Keywords has-patch added

#3 @DrewAPicture
10 years ago

  • Milestone changed from Awaiting Review to 4.2
  • Owner set to DrewAPicture
  • Status changed from new to reviewing

#4 @SergeyBiryukov
10 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 31521:

Fix a typo in wp_update_nav_menu_item hook documentation.

props tyxla.
fixes #31338.

Note: See TracTickets for help on using tickets.