Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:50:57 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48349 r48574  
    9696         * @since 4.4.0 Added the `$instance` parameter.
    9797         *
    98          * @param array    $nav_menu_args {
     98         * @param array   $nav_menu_args {
    9999         *     An array of arguments passed to wp_nav_menu() to retrieve a navigation menu.
    100100         *
     
    102102         *     @type mixed         $menu        Menu ID, slug, or name.
    103103         * }
    104          * @param WP_Term  $nav_menu      Nav menu object for the current menu.
    105          * @param array    $args          Display arguments for the current widget.
    106          * @param array    $instance      Array of settings for the current widget.
     104         * @param WP_Term $nav_menu      Nav menu object for the current menu.
     105         * @param array   $args          Display arguments for the current widget.
     106         * @param array   $instance      Array of settings for the current widget.
    107107         */
    108108        wp_nav_menu( apply_filters( 'widget_nav_menu_args', $nav_menu_args, $nav_menu, $args, $instance ) );
Note: See TracChangeset for help on using the changeset viewer.