Make WordPress Core

Ticket #31338: nav-menu.php.patch

File 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.

  • src/wp-includes/nav-menu.php

     
    441441         *
    442442         * @since 3.0.0
    443443         *
    444          * @see wp_update_nav_menu_items()
     444         * @see wp_update_nav_menu_item()
    445445         *
    446446         * @param int   $menu_id         ID of the updated menu.
    447447         * @param int   $menu_item_db_id ID of the updated menu item.