Fix a typo in `wp_update_nav_menu_item` hook documentation.

props tyxla.
fixes #31338.

git-svn-id: https://develop.svn.wordpress.org/trunk@31521 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-02-23 16:50:01 +00:00
parent 569a47075e
commit ed1cc5a126
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ function wp_update_nav_menu_item( $menu_id = 0, $menu_item_db_id = 0, $menu_item
*
* @since 3.0.0
*
* @see wp_update_nav_menu_items()
* @see wp_update_nav_menu_item()
*
* @param int $menu_id ID of the updated menu.
* @param int $menu_item_db_id ID of the updated menu item.