Make WordPress Core


Ignore:
Timestamp:
08/26/2016 04:48:17 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Correct various documentation around object and stdClass types.

See #37770

File:
1 edited

Legend:

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

    r37640 r38369  
    2121 *     Optional. Array of nav menu arguments.
    2222 *
    23  *     @type string        $menu            Desired menu. Accepts (matching in order) id, slug, name. Default empty.
     23 *     @type int|string|WP_Term $menu       Desired menu. Accepts (matching in order) id, slug, name, menu object. Default empty.
    2424 *     @type string        $menu_class      CSS class to use for the ul element which forms the menu. Default 'menu'.
    2525 *     @type string        $menu_id         The ID that is applied to the ul element which forms the menu.
Note: See TracChangeset for help on using the changeset viewer.