Make WordPress Core


Ignore:
Timestamp:
10/27/2019 07:33:12 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Correct invalid hook docblock placement.

See #48303

File:
1 edited

Legend:

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

    r46415 r46604  
    6161        }
    6262
    63         /**
    64          * Filters the arguments for the Pages widget.
    65          *
    66          * @since 2.8.0
    67          * @since 4.9.0 Added the `$instance` parameter.
    68          *
    69          * @see wp_list_pages()
    70          *
    71          * @param array $args     An array of arguments to retrieve the pages list.
    72          * @param array $instance Array of settings for the current widget.
    73          */
    7463        $out = wp_list_pages(
     64            /**
     65             * Filters the arguments for the Pages widget.
     66             *
     67             * @since 2.8.0
     68             * @since 4.9.0 Added the `$instance` parameter.
     69             *
     70             * @see wp_list_pages()
     71             *
     72             * @param array $args     An array of arguments to retrieve the pages list.
     73             * @param array $instance Array of settings for the current widget.
     74             */
    7575            apply_filters(
    7676                'widget_pages_args',
Note: See TracChangeset for help on using the changeset viewer.