Make WordPress Core

Changeset 33978


Ignore:
Timestamp:
09/09/2015 03:44:46 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Use the $widget_links_args parameter in the hook doc for the widget_links_args filter, introduced when the args array was split out to a variable in [33971].

See #20788.

File:
1 edited

Legend:

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

    r33971 r33978  
    5454         * @see wp_list_bookmarks()
    5555         *
    56          * @param array $args    An array of arguments to retrieve the links list.
    57          * @param array $instance The settings for the particular instance of the widget.
     56         * @param array $widget_links_args An array of arguments to retrieve the links list.
     57         * @param array $instance          The settings for the particular instance of the widget.
    5858         */
    5959        wp_list_bookmarks( apply_filters( 'widget_links_args', $widget_links_args, $instance ) );
Note: See TracChangeset for help on using the changeset viewer.