Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:21:07 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Correct various docblocks documentation.

See #48303

File:
1 edited

Legend:

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

    r46662 r46821  
    220220         * @since 3.0.0
    221221         *
    222          * @param object $meta_box_object The current object to add a menu items
    223          *                                meta box for.
     222         * @param WP_Post_Type|false $post_type The current object to add a menu items
     223         *                                      meta box for.
    224224         */
    225225        $post_type = apply_filters( 'nav_menu_meta_box_object', $post_type );
Note: See TracChangeset for help on using the changeset viewer.