Make WordPress Core

Changeset 30019


Ignore:
Timestamp:
10/25/2014 01:42:57 PM (10 years ago)
Author:
DrewAPicture
Message:

Fix the $location parameter type in the unregister_nav_menu() DocBlock.

$location is a string, not an array.

Props ipm-frommen.
Fixes #30098.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/nav-menu.php

    r29868 r30019  
    8282 * Unregisters a navigation menu for a theme.
    8383 *
    84  * @param array $location the menu location identifier
    85  *
     84 * @param string $location The menu location identifier.
    8685 * @return bool True on success, false on failure.
    8786 */
Note: See TracChangeset for help on using the changeset viewer.