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.


git-svn-id: https://develop.svn.wordpress.org/trunk@33978 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-09 15:44:46 +00:00
parent ab9bbfa9ce
commit d651587a0d

View File

@ -53,8 +53,8 @@ class WP_Widget_Links extends WP_Widget {
*
* @see wp_list_bookmarks()
*
* @param array $args An array of arguments to retrieve the links list.
* @param array $instance The settings for the particular instance of the widget.
* @param array $widget_links_args An array of arguments to retrieve the links list.
* @param array $instance The settings for the particular instance of the widget.
*/
wp_list_bookmarks( apply_filters( 'widget_links_args', $widget_links_args, $instance ) );
}