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

    r37752 r38369  
    1313 * @since 3.0.0
    1414 *
    15  * @param string $menu Menu ID, slug, or name - or the menu object.
    16  * @return object|false False if $menu param isn't supplied or term does not exist, menu object if successful.
     15 * @param int|string|WP_Term $menu Menu ID, slug, or name - or the menu object.
     16 * @return WP_Term|false False if $menu param isn't supplied or term does not exist, menu object if successful.
    1717 */
    1818function wp_get_nav_menu_object( $menu ) {
Note: See TracChangeset for help on using the changeset viewer.